Documentation
¶
Index ¶
- type List
- func (l *List[T]) Dump() string
- func (l *List[T]) Each(do func(T))
- func (l *List[T]) Find(start *Node[T], match func(T) bool) *Node[T]
- func (l *List[T]) InsertAfter(v T, an *Node[T]) *Node[T]
- func (l *List[T]) InsertBefore(v T, bn *Node[T]) *Node[T]
- func (l *List[T]) IsEmpty() bool
- func (l *List[T]) IsValid(tn *Node[T]) bool
- func (l *List[T]) PushBack(v T) *Node[T]
- func (l *List[T]) PushFront(v T) *Node[T]
- func (l *List[T]) Remove(rn *Node[T])
- func (l *List[T]) Values() []T
- 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.