Skip to main content

Kmer16

Type Alias Kmer16 

Source
pub type Kmer16 = IntKmer<u32>;
Expand description

16-base kmer, backed by a single u32

Aliased Type§

pub struct Kmer16 {
    pub storage: u32,
}

Fields§

§storage: u32