package
Version:
v0.0.0-...-cb72c30
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] struct {
}
func (q *Queue[T]) Dequeue() T
func (q *Queue[T]) Enqueue(val T)
func (q *Queue[T]) Peek() T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.