BigInt.this

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

Meta