init(for:identifier:)
Creates an EntityIdentifier representing an instance of the specified entity type backed by the specified identifier value.
Declaration
init<Entity>(for entityType: Entity.Type, identifier: Entity.ID) where Entity : AppEntityCreates an EntityIdentifier representing an instance of the specified entity type backed by the specified identifier value.
init<Entity>(for entityType: Entity.Type, identifier: Entity.ID) where Entity : AppEntity