pub type AgentValueMap<S, T> = HashMap<S, T>;
pub struct AgentValueMap<S, T> { /* private fields */ }