pub fn assign_people_to_houses(
    areas: Vec<CensusArea>,
    map: &Map,
    rng: &mut XorShiftRng,
    _config: &Config
) -> Vec<CensusPerson>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator