Contents

<(_:_:)

Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.

Declaration

static func < (lhs: Schema.Version, rhs: Schema.Version) -> Bool

Parameters

  • lhs:

    A value to compare.

  • rhs:

    Another value to compare.

Discussion

The precedence is determined according to rules described in the Semantic Versioning 2.0.0 standard, paragraph 11.