BigUIntView.ctlz

Returns the number of leading zero bits in the BigUIntView.

struct BigUIntView(W)
@safe scope const @property @safe pure nothrow @nogc
size_t
ctlz
()
()
if (
__traits(isUnsigned, W)
)