pub type ArchetypeReflectionMap = HashMap<ArchetypeName, ArchetypeReflection, BuildHasherDefault<NoHashHasher<ArchetypeName>>>;
Expand description
Runtime reflection about archetypes.
Aliased Typeยง
struct ArchetypeReflectionMap { /* private fields */ }