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