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

tmuxq.First

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/query.go
First ( values : []T , predicate : func(*T) bool ) → (T, bool)
function [source]
function [source]
First

First returns a shallow copy of the first source-ordered value accepted by predicate and stops evaluating later values. If no value matches, it returns the zero value of T and false.

0 declared, 0 inherited

Esc

Type to search.