Skip to content
adborbas edited this page Jun 5, 2022 · 1 revision

Semver

public struct Semver: Equatable, Comparable 

Inheritance

Comparable, Equatable

Initializers

init?(_:)

public init?(_ sematicVersion: String) 

init(_:_:_:)

public init(_ major: Int, _ minor: Int, _ patch: Int) 

Operators

<

public static func <(lhs: Semver, rhs: Semver) -> Bool 

Clone this wiki locally