On this page
FilterExpr.where(_:_:)
- Declared in
- FilterExpr
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilterExpr.swift
- where(_:_:) ( keyPath : KeyPath<Root, Value> & Sendable , operation : FilterOperator<Value> ) FilterExpr<Root>
-
Builds a comparison from a key path.
The key path is lowered to a stable field id here and then discarded — nothing downstream holds one, so an expression can cross a boundary a key path could not.
- Raises
0 declared, 0 inherited