forEach


Description:

public void forEach (owned ConsumerFunc<T> fn)

Executes an action for each element.

Parameters:

fn

the action to execute.