Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FIFO ¶
type FIFO[T any] struct { // contains filtered or unexported fields }
FIFO is a naive implementation of a FIFO genric queue
func (*FIFO[T]) All ¶
func (q *FIFO[T]) All() []T
All elements in the queue as a copy of the current queue
Click to show internal directories.
Click to hide internal directories.