Description
Python code can keep a two-way ordered mapping so keys and values can be looked up in either direction. This is useful for small data models that need reversible relationships while preserving order.
It is a developer library from a development branch. Applications should still handle duplicate values and mutation rules explicitly so lookups stay predictable.