GMeanAccumulator.put

Accumulates the geometric mean of elements from the given range into the GMeanAccumulator. (community summary)

  1. void put(Range r)
    struct GMeanAccumulator(T)
    void
    put
    (
    Range
    )
    (
    Range r
    )
    if (
    isIterable!Range
    )
    if (
    isMutable!T &&
    isFloatingPoint!T
    )
  2. void put(T x)