You could try using `option[Cell]` from options lib, and then writing `if 
condition: some(Cell(x:j, y:i-1)) else: none(Cell)` then passing it through 
`filter(..., isSome)` from sequtils lib.

Reply via email to