Function: hasOnlyUnsetOrDown()
hasOnlyUnsetOrDown(
cells):boolean
Defined in: utils/utils.ts:153
given an list of cells, returns true if there is no "true" cell in the set.
Parameters
cells
Cell[]
Returns
boolean
hasOnlyUnsetOrDown(
cells):boolean
Defined in: utils/utils.ts:153
given an list of cells, returns true if there is no "true" cell in the set.
Cell[]
boolean