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