-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Similar to Array, add native support for:
- Storing a
Setcontaining atomic value types - Storing a
SetcontainingRawRepresentabletypes - Storing a
SetcontainingCodabletypes
The underlying storage would still use Array. Set itself would not be added as another atomic value type.
To afford collection ordering stability, offer the option to sort elements if the element conforms to Comparable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request