removeEntities(_:from:)
Removes specific entities from the given context.
Declaration
func removeEntities(_ entities: [any AppEntity], from context: AppEntityContext) async throwsParameters
- entities:
The entities to remove.
- context:
The context from which to remove the entities.