Skip to main content

current_agent_mut

Function current_agent_mut 

Source
pub fn current_agent_mut<F, R>(state: &ActorState, f: F) -> R
where F: FnOnce(&mut ActiveAgent) -> R,