Run-time mask() partially specialized for nibble-masking.
assert(maskNibble(0x12345678,1) == 0x12345608);
See Implementation
Run-time mask() partially specialized for nibble-masking.