UInt.rightExtend

struct UInt(size_t size)
const @safe pure @nogc nothrow
UInt!(size + additionalRightBits)
rightExtend
(
size_t additionalRightBits
)
()
if (
additionalRightBits
)
if (
size % (size_t.sizeof * 8) == 0 &&
size >= (size_t.sizeof * 8)
)

Meta