BigNumber.this

Construct an number for a BigInt

  1. this(T x)
  2. this(const(BigInt) x)
    struct BigNumber
    @nogc @trusted pure nothrow
    this
    (
    const(BigInt) x
    )
  3. this(const(BigNumber) big)
  4. this(Range s)
  5. this(Range s)
  6. this(const(ubyte[]) buffer)