Performs the given action for each element of the given iterable.
action
iterable
Iterated elements type.
An iterable of elements to perform actions on.
An action to perform on each iterable element. This is a function accepting an element as its only parameter.
Generated using TypeDoc
Performs the given
action
for each element of the giveniterable
.