Closed azamsharp closed 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> = []
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.
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> = []