[][src]Function veho::hashmap::init::tuples_to_hashmap

pub fn tuples_to_hashmap<K: Eq + Hash, V>(tuples: Vec<(K, V)>) -> HashMap<K, V>