Extensions

The following extensions are available globally.

  • 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