Expand description
Generic validated sequence type.
ValidatedSeq<A> is a newtype over Vec<u8> parameterized by an
Alphabet marker type. Construction uppercases and validates every byte.
The inner data is always uppercase, so Deref<Target=[u8]> and
as_bytes() are zero-cost and safe to pass to downstream &[u8] APIs.
Structsยง
- Validated
Seq - A validated biological sequence parameterized by its alphabet.