Type Alias AgentMap

Source
pub type AgentMap = IndexMap<AgentID, Agent>;
Expand description

A map of Agents, keyed by agent ID

Aliased Typeยง

struct AgentMap { /* private fields */ }