Extensions
The following extensions are available globally.
-
From here: https://stackoverflow.com/a/45305316/879365
This helps us to determine the data type. It isn’t particularly robust, but is better than nothing.
See moreDeclaration
Swift
public extension Data
-
This adds various functionality to the String class.
See moreDeclaration
Swift
public extension String