gomoku::ia::heuristic::HeuristicFn [] [src]

type HeuristicFn = fn(board: &GoBoard, team: Team) -> i32;