UUID
extension UUID: Identifier
-
Creates a UUID identifier from a given string representation.
Throws
AnIdentifierError.invalidValue
if the given string cannot be converted to a UUID.Declaration
Swift
public init(value: String) throws
-
The string representation of the identifier.
Declaration
Swift
public var value: String { get }