Board

board data of reversi

struct Board {
Slice!(Contiguous, [2LU], Point*) data;
bool valid;
}

Alias This

data

Meta