Nemerle Documentation

List.FoldLeft2 Method 

public static object FoldLeft2(
   list a,
   list b,
   object acc,
   Func3 f
);

See Also

List Class | Nemerle.Collections Namespace