Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoubleEndedIterable ¶
type DoubleEndedIterable[T any] interface { DoubleEndedIter() DoubleEndedIterator[T] }
type DoubleEndedIterator ¶
DoubleEndedIterator is the interface that wraps the basic methods for iterating over a collection in both directions.
Click to show internal directories.
Click to hide internal directories.