init(uuidBytes:)
Initializes a new UUID with the given bytes.
Declaration
convenience init(uuidBytes bytes: UnsafePointer<UInt8>?)Parameters
- bytes:
Raw UUID bytes to use to create the UUID.
Return Value
A new UUID object.
Initializes a new UUID with the given bytes.
convenience init(uuidBytes bytes: UnsafePointer<UInt8>?)Raw UUID bytes to use to create the UUID.
A new UUID object.