Operator
<(_:_:)
Compare one semantic version with another.
static func < (lhs: SemanticVersion, rhs: SemanticVersion) -> Bool
Parameters
lhsA version to compare.
rhsAnother version to compare.
Return Value
a Boolean value that indicates whether the first version is less than the second version.