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

Make `Identified` conditionally `Sendable` #60

Closed tgrapperon closed 1 year ago

tgrapperon commented 1 year ago

I'm not sure about the compiler(>=5.5.2) check. I think it was used to circumvent some compiler bug at some point, but I don't know if it still makes sense nowadays.