Nemerle Documentation
NArray.Iter Method
Iterates a function over an array.
public static
void
Iter(
object[]
arr
,
Func1
f
);
See Also
NArray Class
|
Nemerle.Utility Namespace