sum

引数に与えられたレンジの総和を返します。 引数には、無限レンジを渡すことができません。

ElementType!R
sum
(
R
)
()
if (
isInputRange!R &&
!isInfinite!R
)

Meta