Nemerle Documentation

IMap.Fold Method 

Method goes through each of THIS IMap pair and counts cumulative value of function FUNC with intial value INI

object Fold(
   object ini,
   Func3 func
);

See Also

IMap Interface | Nemerle.Collections Namespace