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

Sequence.filter(_:)

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

View as Markdown

Module
Sequence
Package
libtmux-swift
Source
Sources/LibTmux/FilterExpr.swift
filter(_:) ( expression : FilterExpr<Element> ) → [Self.Element]
method [source]
method [source]
filter(_:)

Every element the filter matches, in order.

Returns a plain array: ordered, replayable, and free of any live connection to tmux.

0 declared, 0 inherited

Esc

Type to search.