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