Extensions
The following extensions are available globally.
-
Declaration
Swift
struct JSON
-
Declaration
Swift
struct String
-
Declaration
Swift
struct Int : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int8 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int16 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int32 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct Int64 : FixedWidthInteger, SignedInteger
-
Declaration
Swift
struct UInt : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt8 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt16 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt32 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct UInt64 : FixedWidthInteger, UnsignedInteger
-
Declaration
Swift
struct Float
-
Declaration
Swift
struct Double
-
Declaration
Swift
struct Bool
-
Declaration
Swift
struct Empty : Decodable