Documentation
¶
Index ¶
- type Deque
- func (dq *Deque[T]) Back() T
- func (dq *Deque[T]) Clear()
- func (dq *Deque[T]) Empty() bool
- func (dq *Deque[T]) Front() T
- func (dq *Deque[T]) PopBack() T
- func (dq *Deque[T]) PopFront() T
- func (dq *Deque[T]) PushBack(val T)
- func (dq *Deque[T]) PushFront(val T)
- func (dq *Deque[T]) Size() int
- func (dq *Deque[T]) String() string
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.