Function to_hashmap

Source
pub fn to_hashmap<K, V>(keys: Vec<K>, vals: Vec<V>) -> HashMap<K, V>
where K: Eq + Hash,
Expand description

For converting a WHashtable into a HashMap