pub fn evaluate_color(
    board: &Board,
    color: usize,
    white_aux: &EvalAux,
    black_aux: &EvalAux
) -> PackedEval
Expand description

Evaluates kibg safety on the board for the specified color``, using white_auxandblack_aux`.