Nemerle Documentation

IMap.Partition Method 

Method returns IMAP1 * IMAP2 where IMAP1 consists of this pair (X,Y) of IMAP1 that FUNC(X) is true and IMAP2 contains all this pairs of THIS IMap that are not in IMAP1.

Tuple2 Partition(
   Func2 func
);

See Also

IMap Interface | Nemerle.Collections Namespace