pointfreeco / swift-identified-collections

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

Add `IdentifiedCollection` protocol #74

Closed stephencelis closed 4 months ago

stephencelis commented 4 months ago

It's come up before #56 but we were still looking for motivating cases. Well, we have one now, so it's time to start sketching this out.