Type Alias apollo_compiler::collections::IndexMap

source ·
pub type IndexMap<K, V> = IndexMap<K, V, RandomState>;

Aliased Type§

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