Nemerle Documentation

IMap.Exists Method 

Method returns true if and only if there exists such pair (X,Y) of THIS IMap ('a,'b) that FUNC(X,Y) is true

bool Exists(
   Func2 func
);

See Also

IMap Interface | Nemerle.Collections Namespace