BigInt.this

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

Meta