pub type MemberMap<V> = IndexMap<Arc<str>, V, FxBuildHasher>;Expand description
Insertion-ordered member map keyed by lowercased member name. FxHash instead of SipHash: member lookup is one of the hottest analyzer operations and the keys are short trusted identifiers.
Aliased Typeยง
pub struct MemberMap<V> { /* private fields */ }