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
Currently the writeable_alphabet concept requires seqan3::char_is_valid_for. char_is_valid_for is not used very often yet so it should not be part of the concept for seqan 3.1.
If it will be used more often we can add a strictly_writeable_alphabet that also considers seqan3::assign_char_strictly_for.
Tasks
Remove the seqan3::char_is_valid_for from the seqan3::writeable_alphabet
Check and adapt documentation if necessary
Check and adapt tutorials if necessary
Changelog entry added
The text was updated successfully, but these errors were encountered:
Description
Currently the
writeable_alphabet
concept requiresseqan3::char_is_valid_for
.char_is_valid_for
is not used very often yet so it should not be part of the concept for seqan 3.1.If it will be used more often we can add a
strictly_writeable_alphabet
that also considersseqan3::assign_char_strictly_for
.Tasks
seqan3::char_is_valid_for
from theseqan3::writeable_alphabet
The text was updated successfully, but these errors were encountered: