Documentation ¶
Index ¶
- type List
- func (l *List[T]) First() (T, bool)
- func (l *List[T]) Head() *Node[T]
- func (l *List[T]) Last() (T, bool)
- func (l *List[T]) Len() uint
- func (l *List[T]) Pop() (T, bool)
- func (l *List[T]) Push(v T)
- func (l *List[T]) PushAt(idx int, v T)
- func (l *List[T]) PushFront(v T)
- func (l *List[T]) Tail() *Node[T]
- type ListIface
- 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.