init()
Initializes a new UUID with RFC 4122 version 4 random bytes.
新しいUUIDをRFC 4122バージョン4無作為バイトで初期化します。
init(uuid: uuid_t)
Create a UUID from a
uuid_t
.
UUIDをuuid_t
から作成します。
Availability 有効性
Technology
struct UUID
init()
init(uuid: uuid_t)
uuid_t
.
UUIDをuuid_t
から作成します。
var uuid: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)
var uuidString : String
static func != (UUID, UUID) -> Bool
static func == (UUID, UUID) -> Bool
var description: String
var debugDescription : String
var customMirror : Mirror
var hashValue : Int
typealias UUID.ReferenceType