pub fn to_hashmap<K, V>(keys: Vec<K>, vals: Vec<V>) -> HashMap<K, V>where K: Eq + Hash,
For converting a WHashtable into a HashMap
WHashtable
HashMap