Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct Array<Element> : RandomAccessCollection, MutableCollection
  • Declaration

    Swift

    protocol Sequence
  • Declaration

    Swift

    enum Optional<Wrapped> : ExpressibleByNilLiteral
  • Declaration

    Swift

    class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding
  • Declaration

    Swift

    protocol ReferenceConvertible : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable
  • Declaration

    Swift

    struct Range<Bound> where Bound : Comparable
  • Declaration

    Swift

    struct ClosedRange<Bound> where Bound : Comparable
  • Declaration

    Swift

    struct CountableRange<Bound> : RandomAccessCollection where Bound : Comparable, Bound : _Strideable, Bound.Stride : SignedInteger
  • Declaration

    Swift

    struct CountableClosedRange<Bound> : RandomAccessCollection where Bound : Comparable, Bound : _Strideable, Bound.Stride : SignedInteger