sum

TODO Issue 4725: Remove when sum is standard in Phobos. See also: http://d.puremagic.com/issues/show_bug.cgi?id=4725 See also: https://github.com/D-Programming-Language/phobos/pull/1205 See also: http://forum.dlang.org/thread/bug-4725-3@http.d.puremagic.com%2Fissues%2F

@safe pure nothrow
sum
(
Range
SumType = ElementType!Range
)
(
Range range
)
if (
isInputRange!Range
)

Meta