pub fn extract_soa_f64<A, S>(store: &S) -> (Vec<AgentId>, Vec<Vec<f64>>)where
A: SoaExtractableF64,
S: AgentStore<A>,Expand description
Extract f64 SoA buffers from an AgentStore.
pub fn extract_soa_f64<A, S>(store: &S) -> (Vec<AgentId>, Vec<Vec<f64>>)where
A: SoaExtractableF64,
S: AgentStore<A>,Extract f64 SoA buffers from an AgentStore.