:: (a -> b -> c) -> Maybe a -> Maybe b -> Maybe c package:vector

O(min(m,n)) Zip two vectors with the given function.