Tools: Function for converting a nucleotide to an integer.
Use bitwise operations which avoids branching with if/switch. Tests added
Please register or sign in to comment
Use bitwise operations which avoids branching with if/switch. Tests added