menu
chess_loloof64 package
documentation
chess_loloof64.dart
Chess
file static method
file static method
dark_mode
light_mode
file
static method
int
file
(
int
i
)
Get file from given square index.
Implementation
static int file(int i) { return i & 15; }
chess_loloof64 package
documentation
chess_loloof64
Chess
file static method
Chess class