On this page
tmuxq.ExactlyOne
- Module
- tmuxq
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmuxq/query.go
-
ExactlyOne returns a shallow copy when exactly one source-ordered value is accepted by predicate. It examines values until source exhaustion confirms a sole match, or stops at the second match. It returns the zero value of T with
ErrNoMatchfor no matches orErrMultipleMatchesfor multiple matches; callers can classify either error witherrors.Is.Discussed in Filtering and querying, in practice
0 declared, 0 inherited