Function peroxide::structure::vector::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