append(contentsOf:)
Adds the specified list of entity as children to this entity.
Declaration
@MainActor @preconcurrency func append<S>(contentsOf sequence: S) where S : Sequence, S.Element : EntityParameters
- sequence:
The child entities to add to the collection.