> What if they later want to allow chessboards o| different sizes? seq[seq[T]] > has overhead over a flat seq.
Good one. Chessboards are 8x8 and an `array` is not a `seq`.
> What if they later want to allow chessboards o| different sizes? seq[seq[T]] > has overhead over a flat seq.
Good one. Chessboards are 8x8 and an `array` is not a `seq`.