Module bit_array_kmer

Module bit_array_kmer 

Source
Expand description

A simple representation of a k-mer as an array.

Structs§

BitArrayKmer
A k-mer stored as array of minimum-bit characters.

Traits§

BitStore
Bit Storage
BitView
Bit View
BitViewSized
Helper trait for scalars and arrays, but not slices.