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