Expand description
Theory of fused iterators.
Functions§
- check_
fused_ iterator - filter_
map_ then_ decomposable Iterator::filter_mapwithbool::thencan be decomposed intoIterator::filterandIterator::map.- filter_
next_ is_ find Iterator::filterthenIterator::nextis equivalent toIterator::find.- next_
map_ commutes - For all
f:FnMut,Iterator::nextandIterator::map(·, f)commutes.