Extensions
The following extensions are available globally.
-
Declaration
Swift
struct Dictionary<Key, Value> : Collection, ExpressibleByDictionaryLiteral where Key : Hashable
-
Declaration
Swift
struct Bool
-
Declaration
Swift
struct Int : SignedInteger, Comparable, Equatable
-
Declaration
Swift
struct UInt : UnsignedInteger, Comparable, Equatable
-
Declaration
Swift
struct Double
-
Declaration
Swift
struct String
-
Declaration
Swift
enum Optional<Wrapped> : ExpressibleByNilLiteral