pub fn extract_soa<A, S>(store: &S) -> (Vec<AgentId>, Vec<Vec<f32>>)where
A: SoaExtractable,
S: AgentStore<A>,Expand description
Extract SoA buffers from an AgentStore.
Returns (ids, columns) where:
ids[i]is theAgentIdfor rowicolumns[c][i]is columncfor agenti