libtmux Reference MCP Search
On this page

tmux.SparseArray.Append

View as Markdown

Module
tmux
Declared in
SparseArray
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/sparse_array.go
Append ( value : T ) (SparseArray[T], error)
method [source]
method [source]
Append

Append returns a copy with value stored after the highest present index. It leaves the receiver unchanged and returns an error matching ErrInvalidSparseIndex when that index overflows.

0 declared, 0 inherited

Esc

Type to search.