package
Version:
v1.16.0
Opens a new window with list of versions in this module.
Published: Jul 17, 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 Queue[T any] interface {
Len() int
Capacity() int
Front() (T, bool)
Tail() (T, bool)
Enqueue(value T) bool
Dequeue() T
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.