Function bio::alphabets::dna::revcomp [] [src]

pub fn revcomp<'a, T: IntoTextIterator<'a>>(text: T) -> Vec<u8> where T::IntoIter: DoubleEndedIterator

Calculate reverse complement of given text (IUPAC alphabet supported).