Function: seq-first

seq-first is a byte-compiled function defined in transient.el.

Signature

(seq-first SEQUENCE)

Documentation

Return the first element of SEQUENCE.

Other relevant functions are documented in the sequence group.

Probably introduced at or before Emacs version 27.1.

Shortdoc

;; sequence
(seq-first [a b c])
    => a

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Could not find source code, showing raw function object.
#[257 "\300\301\"\207"
      [seq-elt 0]
      4
      ("/root/.emacs.d/elpa/seq-2.24/seq-25.elc" . 3316)]