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

Remove deprecated index subscript setter #15

Closed stephencelis closed 3 years ago

stephencelis commented 3 years ago

A Swift compiler bug prevents this availability check from working in certain contexts, for example in TCA test store closures, so let's get rid of it entirely.