Skip to main content

map

Function map 

Source
pub const fn map<Func, In, Out, Next>(func: Func, next: Next) -> Map<Next, Func>
where Func: FnMut(In) -> Out,
Expand description

Creates a Map push that applies a function to each item.