pub const DNA_MASK_VALUES: [u8; 4];
The encoded 4-bit mask values for the four standard DNA bases (A=1, C=2, G=4, T=8). Used to distinguish DNA-only patterns from those containing IUPAC ambiguity codes.