Method

IpuzClueappend_coord

Declaration [src]

void
ipuz_clue_append_coord (
  IpuzClue* clue,
  const IpuzCellCoord* coord
)

Description [src]

Appends coord to the internal list of coords of clue.

Parameters

coord

Type: IpuzCellCoord

A coord to append to clue.

The data is owned by the caller of the method.