Description
Adds an ordered set type for Python that preserves insertion order and gives entries stable positions. It helps applications keep unique values while still needing predictable ordering or index-based access.
This is a data-structure helper. Developers should use it when order is part of the program logic, not as a substitute for explicit sorting rules.