pub fn const_size_flat_map<I, U, F>(
iter: I,
f: F,
) -> ConstSizeFlatMap<I::IntoIter, U, F> ⓘExpand description
Construct a ConstSizeFlatMap from an IntoIterator (which includes Iterators).
pub fn const_size_flat_map<I, U, F>(
iter: I,
f: F,
) -> ConstSizeFlatMap<I::IntoIter, U, F> ⓘConstruct a ConstSizeFlatMap from an IntoIterator (which includes Iterators).