Type Alias Table

Source
pub type Table<T> = HashMap<T, f64, RandomState>;
Expand description

Alias of HashMap. The weight value type is always f64.

Aliased Typeยง

pub struct Table<T> { /* private fields */ }