Type Alias IntMap

Source
pub type IntMap<V> = HashMap<i64, V, IntHasherBuilder>;
Expand description

The fast integer map type used to record Q-values and p-values.

Aliased Typeยง

pub struct IntMap<V> { /* private fields */ }