BigNumber.this

Construct a BigNumber for an integer

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