Extensions
The following extensions are available globally.
-
Declaration
Swift
public extension Collection
public extension Collection where Element: Publisher
-
Declaration
Swift
public extension Date
-
Declaration
Swift
public extension DateFormatter
-
Declaration
Swift
public extension Decimal
-
Exposing underlying NSError properties not accessible to Swift Error without casting
See moreDeclaration
Swift
public extension Error
-
Extension to OSLog to create some custom categories for logging
See moreDeclaration
Swift
public extension Logger
-
Declaration
Swift
public extension Publisher
-
Declaration
Swift
public extension AnyPublisher
-
Declaration
-
Declaration
Swift
public extension String
-
Declaration
Swift
public extension Thread
-
Create standard UIImage properties and methods
See more -
Extensions to make adding query items easier
See moreDeclaration
Swift
public extension URL
-
Declaration
Swift
extension LossyCodableList: Decodable where Element: Decodable
extension LossyCodableList: Encodable where Element: Encodable
-
Helper methods for extracting data from Michelson JSON, to reduce the amount of
See moreas? [String: Any]
extracting, and instead use some of the standarad namingDeclaration
Swift
public extension Dictionary where Key == String
-
Helper methods for extracting data from Michelson JSON, to reduce the amount of
See moreas? [String: Any]
extracting, and instead use some of the standarad namingDeclaration
Swift
public extension Array where Element == [String: Any]
public extension Array where Element == Any
extension Array where Element == Operation
-
Declaration
Swift
public extension KeyedDecodingContainer