Structures
The following structures are available globally.
-
Error stub to use for simplification
See moreDeclaration
Swift
public struct GeneralError : Error
-
Struct to work with versions. Version example - 0.19.0.123
See moreDeclaration
Swift
public struct Version : Codable, Equatable
extension Version: ExpressibleByStringLiteral
extension Version: CustomStringConvertible
extension Version: Comparable