BigInt.ctlz

Returns the number of leading zero bits in the internal representation of the BigInt.

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