[][src]Function pleco::board::perft::perft

pub fn perft(board: &Board, depth: u16) -> u64

Returns the number of leaf nodes from generating moves to a certain depth.