Skip to main content

Kmer32

Type Alias Kmer32 

Source
pub type Kmer32 = IntKmer<u64>;
Expand description

32-base kmer, backed by a single u64

Aliased Type§

pub struct Kmer32 {
    pub storage: u64,
}

Fields§

§storage: u64