libtmux Reference MCP Search
On this page

tmux.SparseArray.Get

View as Markdown

Module
tmux
Declared in
SparseArray
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/sparse_array.go
Get ( index : int ) (T, bool)
method [source]
method [source]
Get

Get returns the value at index and reports whether it is present. A missing index, including a sparse hole, returns the zero value and false.

0 declared, 0 inherited

Esc

Type to search.