libtmux Reference MCP Search
On this page

FilterExpr.where(_:_:)

View as Markdown

Declared in
FilterExpr
Package
libtmux-swift
Source
Sources/LibTmux/FilterExpr.swift
where(_:_:) ( keyPath : KeyPath<Root, Value> & Sendable , operation : FilterOperator<Value> ) FilterExpr<Root>
methodstatic [source]
methodstatic [source]
where(_:_:)

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.

0 declared, 0 inherited

Esc

Type to search.