pub fn get(
attacking_piece: usize,
target_piece: usize,
attackers: usize,
defenders: usize
) -> i16Expand description
Gets a result of the static exchange evaluation, based on attacking_piece, target_piece, attackers and defenders.