Skip to content

Add Set support where Array is Already Supported #11

@orchetect

Description

@orchetect

Similar to Array, add native support for:

  • Storing a Set containing atomic value types
  • Storing a Set containing RawRepresentable types
  • Storing a Set containing Codable types

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions