[][src]Type Definition egg::util::HashMap

type HashMap<K, V> = FxHashMap<K, V>;