95 "The innermost value type must satisfy the nucleotide_concept.");
constexpr nucleotide_type complement(nucleotide_type const alph) requires requires(nucleotide_type alph)
Implementation of seqan3::nucleotide_concept::complement() that delegates to a member function...
Definition: member_exposure.hpp:220
constexpr auto transform
A range adaptor that takes a invocable and returns a view of the elements with the invocable applied...
Definition: transform.hpp:95
Provides seqan3::view::deep.
Provides seqan3::nucleotide_concept.
The SeqAn3 namespace for views.
auto const complement
A view that converts a range of nucleotides to their complement.
Definition: complement.hpp:92
A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view...
Definition: deep.hpp:129
A concept that indicates whether an alphabet represents nucleotides.In addition to the requirements f...