<(_:_:)

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

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

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.

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

    Other members in extension

    Type members

    Instance members