fast For Each
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
Performs the given action for each element in this sublist.
This method is faster and more efficient than List.forEach.
The function to be executed