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

pub fn revcomp<C, T>(text: T) -> Vec<u8> where
    C: Borrow<u8>,
    T: IntoIterator<Item = C>,
    T::IntoIter: DoubleEndedIterator

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