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

hooks.SparseValues.first

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
hooks
Declared in
SparseValues
Package
libtmux
Source
crates/libtmux/src/hooks.rs
first ( self ) → Option<&T>
method [source]
method [source]
first

The value at the lowest index, which is what a write without one sets.

The lowest index rather than index 0, because a set whose slot 0 was removed still has a first value.

0 declared, 0 inherited

Esc

Type to search.