Function: colIsBlank()
colIsBlank(
j,drawdown):boolean
Defined in: utils/utils.ts:166
given a drawdown and a column index, return if the column is blank. In this context blank means that there are no "heddle up" values on this row.
Parameters
j
number
drawdown
Cell[][]
Returns
boolean
true or false;