Difference between revisions of "Array.cumulate()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
(No difference)

Latest revision as of 12:09, 1 March 2017


Array.cumulate(attributename)

To do currying.

Same as Array.prototype.cumulate=Array.prototype.accumulatewith.curry(function(x,y){return(x+y)})