pub type AgentCommodityPortionsMap = HashMap<(CommodityID, u32), Dimensionless>;
Expand description
A map of commodity portions for an agent, keyed by commodity and year
Aliased Typeยง
struct AgentCommodityPortionsMap { /* private fields */ }
pub type AgentCommodityPortionsMap = HashMap<(CommodityID, u32), Dimensionless>;
A map of commodity portions for an agent, keyed by commodity and year
struct AgentCommodityPortionsMap { /* private fields */ }