fastForEach

inline fun fastForEach(action: (T) -> Unit)(source)

Performs the given action for each element in this sublist.

This method is faster and more efficient than List.forEach.

Parameters

action

The function to be executed