ProdAccumulator.opUnary

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

Meta