Bits.this

struct Bits(T = ulong)
pure nothrow @nogc @safe
this
(
ulong cnt
,
ulong val
)
if (
is(T == ubyte) ||
is(T == ushort)
||
is(T == uint)
||
is(T == ulong)
)

Meta