Structs
The following structs are available globally.
-
A representation of a universally unique identifier (
See moreUUID
).Declaration
Swift
public struct UUID: ByteValue, RawRepresentable, CustomStringConvertible, FoundationConvertible
-
Declaration
Swift
public struct JSON
-
Sorts according to a given closure.
See moreDeclaration
Swift
public struct ComparatorSortDescriptor<T>: SortDescriptor
-
Sorts
See moreComparable
types.Declaration
Swift
public struct ComparableSortDescriptor<T: Comparable>: SortDescriptor
-
An OOP placeholder for
See morenil
.Declaration
Swift
public struct Null: CustomStringConvertible, Equatable, FoundationConvertible
-
Represents a point in time.
See moreDeclaration
Swift
public struct Date: ByteValue, Equatable, Comparable, CustomStringConvertible, FoundationConvertible
-
Undocumented
See more
-
Encapsulates the components of an URL.
See moreDeclaration
Swift
public struct URL: CustomStringConvertible
-
Regular Expression Match
See moreDeclaration
Swift
public struct RegularExpressionMatch