Bits.opIndex

struct Bits(T = ulong)
pure nothrow @nogc @safe const
bool
opIndex
(
size_t i
)
if (
is(T == ubyte) ||
is(T == ushort)
||
is(T == uint)
||
is(T == ulong)
)

Meta