ProdAccumulator.this

Constructs a ProdAccumulator with the given initial value. (community summary)

  1. this(F value)
    struct ProdAccumulator(T)
    @safe pure @nogc nothrow
    this
    ()
    if (
    isFloatingPoint!T
    )
  2. this(long exp, F x)