BigNumber.this

Constructor from a number-string range

  1. this(T x)
  2. this(const(BigInt) x)
  3. this(const(BigNumber) big)
  4. this(Range s)
    struct BigNumber
    @trusted
    this
    (
    Range
    )
    (
    Range s
    )
    if (
    isBidirectionalRange!Range &&
    isSomeChar!(ElementType!Range)
    &&
    !isInfinite!Range
    &&
    !isSomeString!Range
    )
  5. this(Range s)
  6. this(const(ubyte[]) buffer)