Struct
IpuzCellCoordArray
Description [src]
struct IpuzCellCoordArray {
/* No available fields */
}
An opaque data structure that stores an ordered list of
IpuzCellCoord
s.
This structure does no de-duping or ordering on its own. It is up to the callee to define the semantics of what the array means.
Instance methods
ipuz_cell_coord_array_coord_index
Returns the index of coord
within self
. If the coordinate is not
present, then -1 is returned.
ipuz_cell_coord_array_dup
Returns a newly allocated IpuzCellCoordArray
. This will
be a copy of self
.