[][src]Function sttt::minimax::move_minimax

pub fn move_minimax(board: &Board, depth: u32) -> Option<Coord>