[][src]Function chess_move_gen::perft_detailed

pub fn perft_detailed(
    position: &mut Position,
    depth: usize,
    multi_threading_enabled: bool
) -> MoveCounter