Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

TmuxVersion.<(_:_:)

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

Declared in
TmuxVersion
Package
libtmux-swift
Source
Sources/LibTmux/TmuxVersion.swift
<(_:_:) ( lhs : TmuxVersion , rhs : TmuxVersion ) → Bool
functionstatic [source]
functionstatic [source]
<(_:_:)

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 Comparable protocol. The remainder of the relational operator functions are implemented by the standard library for any type that conforms to Comparable.

  • Parameters:
    • lhs: A value to compare.
    • rhs: Another value to compare.

0 declared, 0 inherited

Esc

Type to search.