pub fn find_cell_clusters<CellsIter>(
    cells: CellsIter
) -> Result<Vec<Vec<H3Cell>>, Error>
where CellsIter: Iterator<Item = H3Cell>,
Expand description

find clusters of neighboring cells

Requires the indexmap feature.