BigInt.this

  1. this(UInt!size fixedInt)
  2. this(size_t[N] data)
  3. this(ulong data)
  4. this(const(char)[] str)
    struct BigInt(size_t maxSize64)
    @safe pure @nogc
    this
    ()
    (
    scope const(char)[] str
    )
    if (
    maxSize64 &&
    maxSize64 <= ushort.max
    )

Meta