srmap::srmap
pub fn construct<K, V>() -> (ReadHandle<K, V>, WriteHandle<K, V>) where K: Eq + Hash + Clone + Debug, V: Eq + Clone, String: From<K>,