Nemerle Documentation
List.FoldRight Method
public static
object
FoldRight(
list
l
,
object
acc
,
Func2
f
);
See Also
List Class
|
Nemerle.Collections Namespace