What's Changed
- Added:
_IdentifiedCollection
and_MutableIdentifiedCollection
protocols, for writing algorithms against identified collections in the abstract (#74). These protocols are underscored for now to allow for breaking changes and library evolution, but please give them a try and let us know what you think! - Fixed: The
Identified
type now supports dynamic member lookup on readonly values (thanks @JOyo246, #68). - Infrastructure: Added Swift 6 language support, and dropped Swift <5.9 (#73).
New Contributors
Full Changelog: 1.0.2...1.1.0