Extensions

The following extensions are available globally.

  • Extension to Int to make it Sendable and Receivable.

    See more

    Declaration

    Swift

    protocol BinaryInteger : Hashable, Numeric, CustomStringConvertible, Strideable
  • Make String Sendable and Receivable.

    See more

    Declaration

    Swift

    struct String