Structs
- Real logic of both
Flatten
andFlatMap
which simply delegate to this type. - An iterator that maps each element to an iterator, and yields the elements of the produced iterators.
- An iterator that flattens one level of nesting in an iterator of things that can be turned into iterators.