Function: hasMatchingRow()
hasMatchingRow(i, drawdown): number
Defined in: utils/utils.ts:37
given a drawdown and a row index, return the row number of the first matching row
Parameters
number
drawdown
Cell[][]
Returns
number
the row id of the match or -1;