:: (a -> b) -> [a] -> [b] -package:base

O(n) Map a function over a vector.
Deeply strict version of <$>.