append(_:)
Adds the specified entity identifier to the collection.
Declaration
mutating func append(_ identifier: Entity.ID)Discussion
Parameter:
identifier: The entity identifier to add.
Adds the specified entity identifier to the collection.
mutating func append(_ identifier: Entity.ID)Parameter:
identifier: The entity identifier to add.