Expand description
Composable external iteration.
Structs§
- An iterator that clones the elements of an underlying iterator.
Traits§
- Iterator extension trait.
- Extend a collection with the contents of an iterator.
- Conversion from an
Iterator
within a custom allocatorA
. - Helper trait for joining iterators.