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

Question not issue regarding IdentifiedArray #44

Closed azamsharp closed 1 year ago

azamsharp commented 1 year ago

In the implementation of IdentifiedArray what makes it possible for it to be initialized as an array like the code shown below:

@Published var tasks2: IdentifiedArray<CKRecord.ID, TaskItem> = []

stephencelis commented 1 year ago

Hi @azamsharp. We use issues for bug tracking and GitHub discussions for Q&A like this. I'm going to convert this to a discussion.