BigInt.opUnary

Unary negation operator

  1. BigInt opUnary()
  2. BigInt opUnary()
  3. BigInt opUnary()
    struct BigInt
    public const
    opUnary
    (
    string op
    )
    ()
    if (
    op == "-"
    )

Return Value

Type: BigInt

negative this

Meta