forEach

inline fun <T, D : Dimension> MultiArray<T, D>.forEach(action: (T) -> Unit)

Performs the given action on each element.