CCBijection.MakeSourcemodule L : OrderedTypemodule R : OrderedTypeAdd left and right correspondence to bijection such that left and right are unique in their respective sets and only correspond to each other.
Remove the left, right binding if it exists. Return the same bijection otherwise.
Remove the binding with left key if it exists. Return the same bijection otherwise.
Remove the binding with right key if it exists. Return the same bijection otherwise.
Return the bindings as a list of (left, right) values.
Return the bindings as a list of (right, left) values.