pub type ReverseComplementIterator<I, AlphabetType> = Map<Rev<I>, for<'c> fn(&'c <AlphabetType as Alphabet>::CharacterType) -> <AlphabetType as Alphabet>::CharacterType>;Expand description
An iterator over the reverse complement of a genome sequence.
Aliased Typeยง
pub struct ReverseComplementIterator<I, AlphabetType> { /* private fields */ }