Skip to main content

Function: hasMatchingColumn()

hasMatchingColumn(j, drawdown): number

Defined in: utils/utils.ts:69

Given an array and a column index, this will return the first column index that shares the sequence of cells as j

Parameters

j

number

drawdown

Cell[][]

Returns

number