traverse -package:dimensional -package:base-compat package:vec

Apply an action to every element of a Vec, yielding a Vec of results.
Apply an action to every element of a Vec, yielding a Vec of results.
Apply an action to non-empty Vec, yielding a Vec of results.
Apply an action to non-empty Vec, yielding a Vec of results.
Apply an action to every element of a Vec and its index, yielding a Vec of results.
Apply an action to every element of a Vec and its index, ignoring the results.
Apply an action to every element of a Vec and its index, yielding a Vec of results.
Apply an action to every element of a Vec and its index, ignoring the results.