Module private

Module private 

Source
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ยง

PackedSeqBase
A variable-bit-width packed non-owned slice of DNA bases.
PackedSeqVecBase
A variable-bit-width packed owned sequence of DNA bases.