Type Alias nccl::config::HashMap

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

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

Aliased Type§

struct HashMap<K, V> { /* private fields */ }