Skip to main content

Kmer8

Type Alias Kmer8 

Source
pub type Kmer8 = IntKmer<u16>;
Expand description

8-base kmer, backed by a single u16

Aliased Type§

pub struct Kmer8 {
    pub storage: u16,
}

Fields§

§storage: u16