package
Version:
v0.0.0-...-a6548e8
Opens a new window with list of versions in this module.
Published: Apr 21, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Node[T any] struct {
Value T
Next *Node[T]
Last *Node[T]
}
type Queue[T any] struct {
}
func (q *Queue[T]) Push(item T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.