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 `IdentifiedArray.subscript(position:) { set }` #48

Closed stephencelis closed 1 year ago

stephencelis commented 1 year ago

Fixes #46.