UUID
extension UUID: Identifier- 
                  
                  Creates a UUID identifier from a given string representation. Throws AnIdentifierError.invalidValueif the given string cannot be converted to a UUID.DeclarationSwift public init(value: String) throws
- 
                  
                  The string representation of the identifier. DeclarationSwift public var value: String { get }
 View on GitHub
            View on GitHub
           UUID Extension Reference
      UUID Extension Reference