On this page
tmux.SparseArray.Append
- Module
- tmux
- Declared in
- SparseArray
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/sparse_array.go
- Append ( value : T ) (SparseArray[T], error)
-
Append returns a copy with value stored after the highest present index. It leaves the receiver unchanged and returns an error matching
ErrInvalidSparseIndexwhen that index overflows.
0 declared, 0 inherited