VersionComponents

public struct VersionComponents : Comparable

Undocumented

  • Undocumented

    Declaration

    Swift

    let major: Int
  • Undocumented

    Declaration

    Swift

    let minor: Int
  • Undocumented

    Declaration

    Swift

    let patch: Int
  • Declaration

    Swift

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