pub type DemandSliceMap = HashMap<(CommodityID, RegionID, TimeSliceSelection), Dimensionless>;
Expand description
A map relating commodity, region and time slice selection to the fraction of annual demand
Aliased Typeยง
pub struct DemandSliceMap { /* private fields */ }