Extensions

The following extensions are available globally.

  • Declaration

    Swift

    protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
  • Declaration

    Swift

    struct UInt8 : FixedWidthInteger, UnsignedInteger
  • Declaration

    Swift

    struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes