pub type RegionMap = IndexMap<RegionID, Region>;
A map of Regions, keyed by region ID
Region
struct RegionMap { /* private fields */ }