MeanAccumulator.put

Accumulates new values from the range r into the running mean calculation. (community summary)

  1. void put(Range r)
    struct MeanAccumulator(T, Summation summation)
    void
    put
    (
    Range
    )
    (
    Range r
    )
    if (
    isIterable!Range
    )
  2. void put(T x)
  3. void put(MeanAccumulator!(F, summation) m)