pub fn get_tablebase_move(
    board: &Board,
    probe_limit: u32
) -> Option<(Move, i16)>
Expand description

Checks if there’s a tablebase move (only Syzygy supported for now) and returns it as Some, otherwise None.