Skip to content

Expose Ordered types #106

Open
Open
@rnett

Description

@rnett

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions