Documentation ¶
Index ¶
- type Elem
- type Queue
- func (q *Queue[T]) Init()
- func (q *Queue[T]) IsEmpty() bool
- func (q *Queue[T]) Next(e *Elem[T]) *Elem[T]
- func (q *Queue[T]) Pop() (val T)
- func (q *Queue[T]) Pull(val *T) (ok bool)
- func (q *Queue[T]) PullN(n int, val *T) (ok bool)
- func (q *Queue[T]) Push(val T)
- func (q *Queue[T]) PushN(n int, val T) (ok bool)
- type QueueLim
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.