Function indicator::operator::map::map

source ·
pub fn map<I, O, F>(f: F) -> Map<F>where
    F: FnMut(I) -> O,
Expand description

Create a Map operator.