Open
Description
I have a few situations where I want to enforce that my map is ordered, say for a list of settings profiles that are keyed by name, but also should have a defined order. This isn't currently possible (here or in the stdlib, although stdlib at least has LinkedHashMap
) since although persistentMapOf
uses PersistentOrderedMap
, the type of PersistentOrderedMap
isn't exposed.
This might be more appropriate as a stdlib issue, let me know if so.