Nemerle Documentation

Heap.Iter Method 

Calls the specified function for all elements of this heap.

public void Iter(
   Func1 f
);

See Also

Heap Class | Nemerle.Collections Namespace