BigInt.ulongLength

size_t ulongLength() @property const pure nothrow @nogc @safe

Returns the number of 64-bit limbs (digits) in the BigInt.

This property returns the number of ulong-sized digits required to represent the magnitude of the BigInt.

Returns

The number of 64-bit limbs