Other Type Aliases
The following type aliases are available globally.
-
Defines a formatter that can be used on both, import & export, conversions
Declaration
Swift
private typealias Formatter = ImportableFormatter & ExportableFormatter
-
Defines a formatter to be used on both, import & export, of one of libgd format with none-parametrizable export conversions
Declaration
Swift
private typealias LibGdFormatter = LibGdImportableFormatter & LibGdExportableFormatter
-
Defines a formatter to be used on both, import & export, of one of libgd built-in format with parametrizable export conversions
Declaration
Swift
private typealias LibGdParametrizableFormatter = LibGdImportableFormatter & LibGdParametrizableExportFormatter