[][src]Type Definition connect6::Board

type Board = [[Player; 15]; 15];

Type alias of [[Player; BOARD_SIZE]; BOARD_SIZE];