Documentation
¶
Index ¶
- type List
- func (l *List) Add(value interface{}, index int) error
- func (l *List) Append(value interface{})
- func (l *List) Clear()
- func (l *List) Concat(k *List)
- func (list *List) Each(f func(node Node))
- func (l *List) Find(node *Node) (int, error)
- func (l *List) Get(index int) (*Node, error)
- func (l *List) IsEmpty() bool
- func (l *List) Len() int
- func (list *List) Map(f func(node *Node))
- func (l *List) Prepend(value interface{})
- func (l *List) Remove(value interface{}) error
- 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.