MovingAverage.avg

class MovingAverage(T)
@property const
T
avg
()
if (
is(typeof(T[].init.mean))
)

Meta