/// 基于 FxHasher 的高性能 HashMap 类型别名。
pub type HashMap<K, V> = ;
/// 基于 FxHasher 的高性能 HashSet 类型别名。
pub type HashSet<T> = ;
/// 基于 FxHasher 的索引有序 IndexMap 类型别名。
pub type IndexMap<K, V> = IndexMap;
/// 基于 FxHasher 的索引有序 IndexSet 类型别名。
pub type IndexSet<T> = IndexSet;
pub use Equivalent;
pub use FxHasher;
pub use ;
pub use *;