Module flatten
Structs
- FlatMap An iterator that maps each element to an iterator, and yields the elements of the produced iterators.
- Flatten An iterator that flattens one level of nesting in an iterator of things that can be turned into iterators.
-
FlattenCompat
Real logic of both
FlattenandFlatMapwhich simply delegate to this type.
Traits
- ConstSizeIntoIterator
- OneShot Specialization trait for iterator types that never return more than one item.