On this page
FilterValue
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilterExpr.swift
- enum FilterValue : enum FilterValue
-
A value a filter can compare against.
5 declared, 0 inherited
Members
- flag(_:) constant
- integer(_:) constant
- text(_:) constant
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- init(from:) method Creates a new instance by decoding from the given decoder.