pub fn compatible_handedness(a: Option<Hands>, b: Option<Hands>) -> bool
Check if hand restrictions are compatible.
If at least on of them is omitted, check is passed.