Skip to main content

Kmer64

Type Alias Kmer64 

Source
pub type Kmer64 = IntKmer<u128>;
Expand description

64-base kmer, backed by a single u128

Aliased Type§

pub struct Kmer64 {
    pub storage: u128,
}

Fields§

§storage: u128