d-reversi ~master (2018-07-01T07:58:37Z)
Dub
Repo
Board
dreversi
env
board data of reversi
struct
Board {
Slice
!(
Contiguous
, [
2LU
],
Point
*)
data
;
bool
valid
;
}
Alias This
data
Meta
Source
See Implementation
dreversi
env
functions
count
pass
put
reset
manifest constants
pointString
structs
Board
board data of reversi