Documentation
¶
Index ¶
- type Iterator
- func (it *Iterator[T]) CurrElem() T
- func (it *Iterator[T]) CurrPos() int
- func (it *Iterator[T]) Forward(pos int) *Iterator[T]
- func (it *Iterator[T]) Len() int
- func (it *Iterator[T]) Next() bool
- func (it *Iterator[T]) Prev() bool
- func (it *Iterator[T]) Reset() *Iterator[T]
- func (it *Iterator[T]) Rewind(pos int) *Iterator[T]
- func (it *Iterator[T]) SetPos(pos int) *Iterator[T]
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.