append(contentsOf:)
Adds multiple entity identifiers to the collection.
Declaration
mutating func append(contentsOf newIdentifiers: [Entity.ID])Discussion
Parameter:
newIdentifiers: An array of entity identifiers to add to the collection.
Adds multiple entity identifiers to the collection.
mutating func append(contentsOf newIdentifiers: [Entity.ID])Parameter:
newIdentifiers: An array of entity identifiers to add to the collection.