SemanticVersion
public struct SemanticVersion : Codable, Comparable, Hashable, Sendable
A semantic version number.
-
Undocumented
Declaration
Swift
public let major: Int -
Undocumented
Declaration
Swift
public let minor: Int -
Undocumented
Declaration
Swift
public let patch: Int -
Undocumented
Declaration
Swift
public init(major: Int, minor: Int, patch: Int) -
Declaration
Swift
public static func < (lhs: `Self`, rhs: `Self`) -> Bool
View on GitHub