Extensions
The following extensions are available globally.
-
Declaration
Swift
protocol FixedWidthInteger : BinaryInteger, LosslessStringConvertible, _BitwiseOperations where Self.Magnitude : FixedWidthInteger, Self.Magnitude : UnsignedInteger, Self.Stride : FixedWidthInteger, Self.Stride : SignedInteger
-
Declaration
Swift
struct String
-
Declaration
Swift
struct Array<Element> : _DestructorSafeContainer
-
Declaration
Swift
struct OrderedDictionary<Key, Value> : BidirectionalCollection where Key : Hashable
-
Declaration
Swift
struct Date : ReferenceConvertible, Comparable, Equatable
-
Declaration
Swift
struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection
-
Declaration
Swift
struct Bool
-
Declaration
Swift
@_frozen enum Optional<Wrapped> : ExpressibleByNilLiteral