You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We talked about making the look-up tables static functions, so that we can make use cases like [Alphabet] dna4 complement and SIMD seqan3#1970 possible. We can still use look-up tables within the functions itself if we want to.
marehr
changed the title
alphabet_base should expect that char_to_rank, rank_to_char are static member functions.
alphabet_base should expect that char_to_rank, rank_to_char, ... are static member functions.
Mar 4, 2021
Core Meeting 2021-02-15:
rank_to_char
table to functionchar_to_rank
table to functioncomplement
table to functionOriginally posted by @marehr in #269 (comment)
The text was updated successfully, but these errors were encountered: