@foreach


Description:

public void @foreach (IntFunc func)

Call func(element, userdata) for each element of this, in order.

Parameters:

this

set

func

TpIntFunc to use to iterate the set

userdata

user data to pass to each call of func