Extensions
The following extensions are available globally.
-
Declaration
Swift
struct RSDFraction
-
Declaration
Swift
class RSDLengthFormatter : LengthFormatter
-
Declaration
Swift
class RSDMassFormatter : MassFormatter
-
Extension of CodingUserInfoKey to add keys used by the Codable objects in this framework.
See moreDeclaration
Swift
struct CodingUserInfoKey : RawRepresentable, Equatable, Hashable
-
Extension of Decoder to return the factory objects used by the Codable objects in this framework.
See moreDeclaration
Swift
protocol Decoder
-
Extension of Encoder to return the factory objects used by the Codable objects in this framework.
See moreDeclaration
Swift
protocol Encoder
-
Declaration
Swift
protocol RawRepresentable
-
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 Double
-
Declaration
Swift
struct Float
-
Declaration
Swift
struct Dictionary<Key, Value> : Collection, ExpressibleByDictionaryLiteral where Key : Hashable
-
Declaration
Swift
struct String
-
Declaration
Swift
struct Bool
-
Declaration
Swift
struct Date : ReferenceConvertible, Comparable, Equatable
-
Declaration
Swift
struct DateComponents : ReferenceConvertible, Hashable, Equatable
-
Declaration
Swift
class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding
-
Declaration
Swift
struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible
-
Declaration
Swift
struct URL : ReferenceConvertible, Equatable
-
Declaration
Swift
class NSDictionary : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration
-
Declaration
Swift
class NSArray : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration
-
Declaration
Swift
struct Set<Element> : SetAlgebra, Hashable, Collection, ExpressibleByArrayLiteral where Element : Hashable