Expand description
Non-public implementation details.
Specifically, PackedSeq and BitSeq are both implemented via private::PackedSeqBase, and
PackedSeqVec and BitSeqVec via private::PackedSeqVecBase, but this should not be relied upon.
Structsยง
- Packed
SeqBase - A variable-bit-width packed non-owned slice of DNA bases.
- Packed
SeqVec Base - A variable-bit-width packed owned sequence of DNA bases.