mixins/pair_updatable_container |
module PairUpdatableContainer |
TODO: Should indexes() be in a separate container, since it does not require write-access to the container?
Public Methods |
Create an inverted container, using the container's keys as values, and the container's values as keys.
Returns: an inverted version of the container.
Update a container with another pair-updatable container.
Returns: self.
Replace the contents of a container with another pair-updatable container.
Returns: self.