BigInt.uintLength

Number of significant uints which are used in storing this number. The absolute value of this BigInt is always < 232*uintLength

struct BigInt
@property @safe pure nothrow @nogc const
size_t
uintLength
()

Meta