Documentation
¶
Index ¶
- type Queue
- func (q *Queue[T]) Back() (item T, ok bool)
- func (q *Queue[T]) Chan() Chan.Chan[T]
- func (q *Queue[T]) IsEmpty() bool
- func (q *Queue[T]) MustBack() T
- func (q *Queue[T]) MustPeek() T
- func (q *Queue[T]) MustPop() T
- func (q *Queue[T]) Next(items ...T)
- func (q *Queue[T]) Peek() (item T, ok bool)
- func (q *Queue[T]) Pop() (item T, ok bool)
- func (q *Queue[T]) Push(items ...T)
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.