createBitMask

Create a mask with bits set bits

T
createBitMask
(
T = ulong
)
(
uint numBits
)
if (
isIntegral!T &&
isUnsigned!T
)

Meta