TimeUUID

public struct TimeUUID

A class that represents an immutable universally unique identifier.

A UUID represents a 128-bit value.

  • Returns a string created from the UUID

    Declaration

    Swift

    public let hexString: String
  • Creates an instance of an TimeUUID.

    Declaration

    Swift

    public init()