pub fn is_board_full(board: &Board) -> bool
Expand description

Returns whether the board is full (i.e. has no Empty fields).