Nemerle Documentation

IMap.ForAll Method 

Method returns true if and only if for every pair (X,Y) of THIS IMap ('a,'b) FUNC(X,Y) is true

bool ForAll(
   Func2 func
);

See Also

IMap Interface | Nemerle.Collections Namespace