Extensions

The following extensions are available globally.

UInt64 Extension

  • This extension will add a new set of capabilities to the native UInt64 data type.

    See more

    Declaration

    Swift

    public extension UInt64

UInt Extension

  • This extension will add a new set of capabilities to the native UInt data type.

    See more

    Declaration

    Swift

    public extension UInt

Int Extension

  • Int

    This extension will add a new set of capabilities to the native Int data type.

    See more

    Declaration

    Swift

    public extension Int

StringProtocol Extension

  • These are a variety of cool String extensions that add some great extra cheese on the pizza. NOTE: These extensions feature some use of Apple’s built-in CommonCrypto utility.

    See more

    Declaration

    Swift

    public extension StringProtocol
    public extension StringProtocol where Index == String.Index