Consider Defining Ordered Set Type #99
Labels
enhancement
New feature or request
types
Issues and pull requests about our types abstraction and implementations.
Module version
Use-cases
Certain providers may wish to implement a native "ordered set" type (e.g. a list with ordering requirements, but also element uniqueness constraints). While this type implementation does not necessarily need to live in this framework codebase, it might be good to implement somewhere accessible for provider developers needing it.
Attempted Solutions
A naive implementation, based off the current framework code and
types.ListType
:For completeness, the unit testing code added to
TestAttributeValidate
:Proposal
Implement
OrderedSetType
(with a less naive approach) either in this framework's types or another well-known location.References
The text was updated successfully, but these errors were encountered: