pub fn get_safety_data(
    board: &Board,
    color: usize,
    our_aux: &EvalAux,
    their_aux: &EvalAux
) -> SafetyData
Expand description

Gets safety data for board, color, our_aux and their_aux.