Documentation ¶
Index ¶
- type List
- func (t *List[T]) Empty() bool
- func (t *List[T]) Len() int
- func (t *List[T]) PeekB() optioner.Option[T]
- func (t *List[T]) PeekF() optioner.Option[T]
- func (t *List[T]) PopB() optioner.Option[T]
- func (t *List[T]) PopF() optioner.Option[T]
- func (t *List[T]) PushB(elems ...T)
- func (t *List[T]) PushF(elems ...T)
- type Queue
- type Stack
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.