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 `Identified` #52

Closed stephencelis closed 1 year ago

stephencelis commented 1 year ago

This type is extracted from the Composable Architecture. It wasn't used in any TCA-specific APIs, but is useful when it comes to working with Identifiable APIs, of which Identified Collections is built around, so this is probably the better home for now.