Nemerle Documentation

Queue.ForAll Method 

Return `true' iff every element of the queue satisfy predicate f.

public bool ForAll(
   Func1 f
);

See Also

Queue Class | Nemerle.Collections Namespace