pub fn base_to_bit(byte: u8) -> u64Expand description
Convert a nucleotide base to its RY-space bit representation.
ยงSafety
Uses unchecked array access for performance. The lookup table covers all 256 possible byte values, so this is safe for any input.