BigNumber.opUnary

  1. BigNumber opUnary()
  2. BigNumber opUnary()
    struct BigNumber
    @trusted pure nothrow
    opUnary
    (
    string op
    )
    ()
    if (
    op == "++" ||
    op == "--"
    )

Return Value

Type: BigNumber

the result of the unitary operation op