forEach

inline fun forEach(f: (A) -> Unit)

Alias for for-looping over all elements. Most efficient way to derive combinators.