:: (Foldable t, Monad m) => (a -> m b) -> t a -> m () package:vector

O(n) Apply the monadic action to all elements of a vector and ignore the results.