Summator.put

Adds n to the internal partial sums.

  1. void put(N n)
    struct Summator(T, Summation summation)
    void
    put
    (
    N
    )
    (
    N n
    )
    if (
    __traits(compiles, )
    )
    if (
    isMutable!T
    )
  2. void put(Range r)
  3. void put(Range r)

Meta