Contents

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.

See Also

Creating UUIDs