Compile-time mask() partially specialized for bit-masking.
static assert(maskBit!1(0b1111) == 0b1101);
See Implementation
Compile-time mask() partially specialized for bit-masking.