pub type DemandMap = HashMap<(RegionID, u32, TimeSliceID), f64>;
A map of demand values, keyed by region ID, year and time slice ID
struct DemandMap { /* private fields */ }