init(uuid:qualifier:)
Creates an entity identifier with the given UUID and qualifier data as a 64-bit unsigned integer.
Declaration
init(uuid: UUID, qualifier: UInt64)Parameters
- uuid:
The UUID to use for this identifier.
- qualifier:
The data to distinguish entities that otherwise share the same UUID.