BigInt.bitLength

Returns the number of bits needed to represent the absolute value of this BigInt.

struct BigInt(uint size64)
@safe const @property
size_t
bitLength
()
()
if (
size64 &&
size64 <= ushort.max
)