fn add_missing_region_to_commodity_levy_map(
map: &mut CommodityLevyMap,
region_id: &RegionID,
milestone_years: &[u32],
time_slice_info: &TimeSliceInfo,
)Expand description
Add missing region to commodity levy map with zero cost for all years and time slices.
ยงArguments
map- The commodity levy map to updateregion_id- The region ID to addmilestone_years- All milestone yearstime_slice_info- Information about time slices