Ruckus
grid: Array<Array<Cell>>
grid.flatMap { it }
Required: (Array<Cell>) -> Iterable<???>
Found: (Array<Cell>) -> Array<Cell>