On this page
TmuxVersion.<(_:_:)
- Declared in
- TmuxVersion
- Package
- libtmux-swift
- Source
- Sources/LibTmux/TmuxVersion.swift
- <(_:_:) ( lhs : TmuxVersion , rhs : TmuxVersion ) Bool
-
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
This function is the only requirement of the
Comparableprotocol. The remainder of the relational operator functions are implemented by the standard library for any type that conforms toComparable.- Parameters:
- lhs: A value to compare.
- rhs: Another value to compare.
- Parameters:
0 declared, 0 inherited