Skip to main content

extract_soa_f64

Function extract_soa_f64 

Source
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.