Contents

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.