pub fn matching_handedness(
primary: Option<Hands>,
secondary: Option<Hands>,
restriction: Option<Hands>,
) -> bool
Expand description
Check if hand combination is matching.
Uses primary and secondary hands, as well as optional restriction