Function std::at_vec::map

pub fn map<T, U>(v: &[T], f: &fn(x: &T) -> U) -> @[U]

Apply a function to each element of a vector and return the results