pub struct BinaryPart { pub left: Part, pub right: Part, }
Eq implementation doesn’t care of which is left and right.
left: Part
right: Part
Swaps Self::left and Self::right.
Self::left
Self::right
This does not affect