peroxide::structure::vector

Function map

Source
pub fn map<F, T>(f: F, xs: &[T]) -> Vec<T>
where F: Fn(T) -> T, T: Default + Copy,
Expand description

Explicit version of map