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.
- Flatten
Compat ๐Experimental - Real logic of both
Flatten
andFlatMap
which simply delegate to this type.
Traitsยง
- Const
Size ๐Into Iterator - OneShot ๐
- Specialization trait for iterator types that never return more than one item.
Functionsยง
- advance_
by_ ๐one - and_
then_ ๐or_ clear - flatten_
one ๐ - into_
item ๐ - try_
flatten_ ๐one