Nemerle Documentation

Queue.Partition Method 

Partition the queue into two queues: first with elements that satisfy predicate f, second with the rest.

public Tuple2 Partition(
   Func1 f
);

See Also

Queue Class | Nemerle.Collections Namespace