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