Documentation
¶
Index ¶
- type LinkList
- func (l *LinkList) Clear()
- func (l *LinkList) Find(v interface{}) (int, bool)
- func (l *LinkList) Get(i int) (interface{}, bool)
- func (l *LinkList) Insert(i int, v interface{}) bool
- func (l *LinkList) Length() int
- func (l *LinkList) PopBack() (interface{}, bool)
- func (l *LinkList) PopFront() (interface{}, bool)
- func (l *LinkList) PushBack(v interface{})
- func (l *LinkList) PushFront(v interface{})
- type Node
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.