pub fn compatible_handedness(a: Option<Hands>, b: Option<Hands>) -> bool
Expand description

Check if hand restrictions are compatible.

If at least on of them is omitted, check is passed.