MapSummator.put

Processes the given range by applying the mapping function and accumulating results via the configured summation. (community summary)

  1. void put(Range r)
    struct MapSummator(alias fun, T, Summation summation)
    void
    put
    (
    Range
    )
    (
    Range r
    )
    if (
    isIterable!Range
    )
    if (
    isMutable!T
    )
  2. void put(T x)