Expand description
The iterator core library module
Modules§
- adaptors
- Adapators used by the
iteratorcore library module - generators
- Generators used by the
iteratorcore library module - peekable
- A double-ended peekable iterator for Koto
Structs§
- Iterator
Output - The output type used by operations like
iterator.next()andnext_back()
Functions§
- make_
module - Initializes the
iteratorcore library module