floodCoords

Same as floodTiles, but return coordinates instead of the tiles at those coordinates.

floodCoords
(
alias pred
T
)
if (
is(typeof(pred(grid.tileAt(RowCol(0, 0)))) : bool)
)

Meta