pub fn dict_kv<T: Clone>( entries: impl IntoIterator<Item = (impl Into<String>, T)>, ) -> MemoryKv<T>
Creates or computes dict_kv.
dict_kv