Skip to content

Accumulate

Accumulate(list)

accumulate the values of list returning a new list.

Examples

>> Accumulate({1, 2, 3})
{1,3,6}

Implementation status

  • ✅ - full supported

Github