MeanAccumulator.put

Adds a single value or all elements of a range to the mean accumulator. (community summary)

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