Module core::iter::adapters::flatten

source ·

Structs

  • FlattenCompat 🔒 Experimental
    Real logic of both Flatten and FlatMap 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.

Traits

Functions