Description
Provides Set-like and Map-like types that remember the order in which elements were inserted. This is useful when code needs both key-based lookup and predictable traversal order.
It helps with configuration files, generated output, UI data, reports, and metadata where stable ordering matters to humans. It is a programming library and not a database.