find Minimum Number Of Elements
fun findMinimumNumberOfElements(cells: List<RectangularGridSpatialModel2D.RectangularCell2D>): Int(source)
Across all the cells, what is the minimum number of elements in cells
Return
the minimum
Parameters
cells
cells to search, must not be empty