Documentation ¶
Index ¶
- type Deque
- func (dq *Deque) Append(v interface{}) bool
- func (dq *Deque) Empty() bool
- func (dq *Deque) Head() interface{}
- func (dq *Deque) LAppend(v interface{}) bool
- func (dq *Deque) LPop() (interface{}, bool)
- func (dq *Deque) Len() int
- func (dq *Deque) Pop() (interface{}, bool)
- func (dq *Deque) Tail() interface{}
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.