NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
sum multimethod
sum multimethod
Methods
sum(
something:
Eachable1
)
Source:
stdlib.ngs:1829
Calculate sum of the elements
Example
[1,2,3].sum() # 6