Method

IpuzCellCoordArrayremove_coord

Declaration [src]

void
ipuz_cell_coord_array_remove_coord (
  IpuzCellCoordArray* self,
  const IpuzCellCoord* coord
)

Description [src]

Removes the first value equal to coord from self.

Parameters

coord

Type: IpuzCellCoord

The cell coordinate to be removed.

The data is owned by the caller of the method.