Initializer

init(uuidBytes:)

Initializes a new UUID with the given bytes. 新しいUUIDをこの与えられたバイトで初期化します。

Declaration 宣言

convenience init(uuidBytes bytes: UnsafePointer<UInt8>?)

Parameters パラメータ

bytes

Raw UUID bytes to use to create the UUID. UUIDを作成するために使うことになる生のUUIDバイト。

Return Value 戻り値

A new UUID object. 新しいUUIDオブジェクト。

See Also 参照

Creating UUIDs UUIDを作成する

Related Documentation 関連文書