Function read_agents_file_from_iter

Source
fn read_agents_file_from_iter<I>(
    iter: I,
    region_ids: &HashSet<RegionID>,
) -> Result<AgentMap>
where I: Iterator<Item = AgentRaw>,
Expand description

Read agents info from an iterator.