Documentation
¶
Index ¶
- type Iterator
- type List
- func (list *List[T]) Each(action func(data T) T)
- func (list *List[T]) Find(equal func(data, clue T) bool, clue T) (node *Node[T], found bool)
- func (list *List[T]) Iterator() Iterator[T]
- func (list *List[T]) PopHead() (data T, exists bool)
- func (list *List[T]) PopTail() (data T, exists bool)
- func (list *List[T]) PushHead(data T) *Node[T]
- func (list *List[T]) PushTail(data T) *Node[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.