Extensions
The following extensions are available globally.
-
Declaration
Swift
extension Array: HADataDecodable where Element: HADataDecodableextension Array: HADecodeTransformable where Element: HADecodeTransformable
-
Declaration
Swift
extension Optional: HADecodeTransformable where Wrapped: HADecodeTransformable -
Declaration
Swift
extension Dictionary: HADecodeTransformable where Key == String, Value: HADecodeTransformable
-
Declaration
Swift
extension Date: HADecodeTransformable
View on GitHub
Extensions Reference