pointfreeco / swift-identified-collections

A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.
MIT License
531 stars 45 forks source link

Remove the comparison of id (KeyPath) in IdentifiedArray Equatable #25

Closed sroche27r closed 2 years ago

sroche27r commented 2 years ago

Remove the comparison of id (KeyPath) in IdentifiedArray Equatable

Resolves issue: fix #24 IdentifiedArray Equatable issues due to KeyPath

stephencelis commented 2 years ago

@sroche27r Just released 0.3.1, so you should be able to update the package locally and get things passing again!