pub fn run(
depth: i32,
board: &mut Board,
check_integrity: bool
) -> NormalPerftResultExpand description
Entry point of the fixed-depth simple perft. Use check_integrity to allow panics when internal state becomes invalid due to some bug.