UUID
public struct UUID
A universally unique value that can be used to identify types, interfaces, and other items.
-
Universally unique identifier as string value
Declaration
Swift
public let uuidString: String -
Initialises a new UUID string using
C-level uuid generation functionsDeclaration
Swift
public init()
View on GitHub