Documentation
¶
Index ¶
- func RandString(n int) string
- type Deque
- func (d *Deque) Append(item interface{})
- func (d *Deque) Back() interface{}
- func (d *Deque) Empty() bool
- func (d *Deque) FindAndRemove(item interface{})
- func (d *Deque) Front() interface{}
- func (d *Deque) Pop() interface{}
- func (d *Deque) Prepend(item interface{})
- func (d *Deque) Shift() interface{}
- func (d *Deque) Size() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandString ¶
Types ¶
type Deque ¶
func (*Deque) FindAndRemove ¶
func (d *Deque) FindAndRemove(item interface{})
Click to show internal directories.
Click to hide internal directories.