pub(crate) type FxHasher = std::hash::BuildHasherDefault; pub(crate) type FxIndexSet = indexmap::IndexSet; pub(crate) type FxIndexMap = indexmap::IndexMap; pub(crate) type FxDashMap = dashmap::DashMap; pub(crate) type FxLinkedHashSet = hashlink::LinkedHashSet;