MeanAccumulator.sum

Returns the current sum of accumulated values as type `F`, defaulting to `T`. (community summary)

struct MeanAccumulator(T, Summation summation)
const @safe @property pure nothrow @nogc
F
sum
(
F = T
)
()