Fold (higher-order function): Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (Eastmain - 17400
DarthKitty (talk | contribs)
Line 419:
|
|
 
|- style="vertical-align: top;"
| [[Mythryl]]
| <code>fold_left ''func'' ''initval'' ''list''<br /> vector::fold_left ''func'' ''initval'' ''vector''</code>
| <code>fold_right ''func'' ''initval'' ''list''<br /> vector::fold_right ''func'' ''initval'' ''vector''</code>
|
|
|
| The supplied function takes its arguments in a tuple.
 
|- style="vertical-align: top;"