init(uuid:data:)
Creates an entity identifier with the given UUID and qualifier data.
Declaration
init(uuid: UUID, data qualifierData: Data)Parameters
- uuid:
The UUID to use for this identifier.
- qualifierData:
The data to distinguish entities that otherwise share the same UUID.