Module debruijn::vmer[][src]

Expand description

Variable-length DNA strings packed into fixed-size structs.

Structs

Store a variable-length DNA sequence in a packed 2-bit encoding, up 92bp in length The length of the sequence is stored in the lower 8 bits of storage

Traits

Types that can be used as the backing store for a SmallVec

Type Definitions