package
Version:
v0.0.34
Opens a new window with list of versions in this module.
Published: Aug 3, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ListQueue[T any] struct {
}
type Node[T any] struct {
}
func (n *Node[T]) Set(value T)
func (n *Node[T]) Value() T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.