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

Implement append contentsOf #35

Closed jeffersonsetiawan closed 2 years ago

jeffersonsetiawan commented 2 years ago

Implement the append(contentsOf:) in the IdentifiedArray as discussed https://github.com/pointfreeco/swift-identified-collections/discussions/31