Nemerle Documentation

Queue.Exists Method 

Return true iff the queue contains an element that satisfies predicate f.

public bool Exists(
   Func1 f
);

See Also

Queue Class | Nemerle.Collections Namespace