BigInt.opCall

Construct a BigInt from a decimal or hexadecimal string. The number must be in the form of a D decimal or hex literal: It may have a leading + or - sign; followed by "0x" if hexadecimal. Underscores are permitted. BUG: Should throw a IllegalArgumentException/ConvError if invalid character found

  1. BigInt opCall(const(T) z)
    struct BigInt
    static
    opCall
    (
    T : char[]
    )
    (
    const(T) z
    )
  2. BigInt opCall(T x)

Meta