pub type Matchups = HashMap<Region, HashMap<Rank, HashMap<Role, WrappedMatchupData>>>;
pub struct Matchups { /* private fields */ }