Nemerle Documentation

Queue.Iter Method 

Call supplied function for every element of the queue.

public void Iter(
   Func1 f
);

See Also

Queue Class | Nemerle.Collections Namespace