Extensions

The following extensions are available globally.

  • Declaration

    Swift

    struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection
  • Extension to Int to make it Sendable and Receivable.

    See more

    Declaration

    Swift

    protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
  • Make String Sendable and Receivable.

    See more

    Declaration

    Swift

    struct String