Structs

The following structs are available globally.

  • A representation of a universally unique identifier (UUID).

    See more

    Declaration

    Swift

    public struct UUID: ByteValue, RawRepresentable, CustomStringConvertible, FoundationConvertible
  • An OOP placeholder for nil.

    See more

    Declaration

    Swift

    public struct Null: CustomStringConvertible, Equatable, FoundationConvertible
  • Represents a point in time.

    See more

    Declaration

    Swift

    public struct Date: ByteValue, Equatable, Comparable, CustomStringConvertible, FoundationConvertible
  • URL

    Encapsulates the components of an URL.

    See more

    Declaration

    Swift

    public struct URL: CustomStringConvertible
  • Describes a decimal number.

    See more

    Declaration

    Swift

    public struct Decimal