pub type Table<T> = HashMap<T, f64, RandomState>;
Alias of HashMap. The weight value type is always f64.
HashMap
f64
pub struct Table<T> { /* private fields */ }