forEach

inline fun forEach(action: (Boolean) -> Unit)(source)

Performs the given action on each element in the array.

Parameters

action

The action to perform on each element.