Function complement_char

Source
pub const fn complement_char(base: u8) -> u8
Expand description

Complement an ASCII character: A<>T and C<>G.