Type Definition nccl::config::HashMap[][src]

pub type HashMap<K, V> = IndexMap<K, V, FnvBuildHasher>;
Expand description

Type alias for an IndexMap, a hash map where insertion order is preserved.