ProdAccumulator.opUnary

  1. ProdAccumulator!T opUnary()
  2. ProdAccumulator!T opUnary()
    struct ProdAccumulator(T)
    @safe pure @nogc nothrow const
    opUnary
    (
    string op : "+"
    )
    ()
    if (
    isFloatingPoint!T
    )

Meta