[][src]Module fmlrc::string_util

Contains inline functions for converting between strings and integer formats

Constants

COMPLEMENT_INT

for complementing in the integer space; note that $ and N go to themselves

Functions

convert_itos

Helper function that converts an integer array to its corresponding String representation

convert_stoi

Helper function that converts a string to the corresponding Vec representation

reverse_complement_i

Helper function that reverse complements an integer vector