Skip to main content

base_to_bits_checked

Function base_to_bits_checked 

Source
pub fn base_to_bits_checked(c: u8) -> (u8, bool)
Expand description

Convert an ASCII-encoded DNA base to a 2-bit representation, second value is false if the base was ambiguous