Function indicator::operator::map::map[][src]

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

Create a Map operator.