ProdAccumulator.put

  1. void put(U e)
    struct ProdAccumulator(T)
    @safe pure @nogc nothrow
    void
    put
    (
    U
    )
    (
    U e
    )
    if (
    is(U : T)
    )
    if (
    isFloatingPoint!T
    )
  2. void put(ProdAccumulator!T value)
  3. void put(Range r)
  4. void put(Range r)

Meta