BigInt.opCast

bool cast

  1. T opCast()
    struct BigInt
    const
    T
    opCast
    (
    T : bool
    )
    ()
  2. T opCast()

Return Value

Type: T

true iff this is not zero, otherwise false

Meta