pub type HashMapStd<K, V> = HashMap<K, V>;
std
๐๏ธ ๐ The HashMap in the standard library.
HashMap
๐ data/id
data/id
pub struct HashMapStd<K, V> { /* private fields */ }