pub fn neighbors( map_size_lg: MapSizeLg, posi: usize, ) -> impl Clone + Iterator<Item = usize>
Iterate through all cells adjacent to a chunk.