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

Apply monadic action to each element of vector and ignore result.