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

tmuxq.MatchingSeq

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

View as Markdown

Module
tmuxq
Package
github.com/libtmux/libtmux-go/tmux
Source
tmuxq/filter.go
MatchingSeq ( values : iter.Seq[T] , filter : Filter[T] ) → (iter.Seq[T], error)
function [source]
function [source]
MatchingSeq

MatchingSeq returns a lazy sequence of shallow copies for values that filter accepts, retaining source order. The filter is compiled before iteration begins, so an invalid filter is an error here rather than a sequence that yields nothing.

0 declared, 0 inherited

Esc

Type to search.