Extensions
The following extensions are available globally.
-
This extension will add a new set of capabilities to the native UInt64 data type.
See moreDeclaration
Swift
public extension UInt64
-
This extension will add a new set of capabilities to the native UInt data type.
See moreDeclaration
Swift
public extension UInt
-
This extension will add a new set of capabilities to the native Int data type.
See moreDeclaration
Swift
public extension Int
-
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 moreDeclaration
Swift
public extension StringProtocol
public extension StringProtocol where Index == String.Index