pub type TypeIdMap<T> = HashMap<TypeId, T, NoOpTypeIdBuildHasher>;
Fast type map suitable for all platforms.
pub struct TypeIdMap<T> { /* private fields */ }