Function: seq-rest
seq-rest is a byte-compiled function defined in transient.el.
Signature
(seq-rest SEQUENCE)
Documentation
Return SEQUENCE with its first element removed.
Other relevant functions are documented in the sequence group.
Probably introduced at or before Emacs version 27.1.
Shortdoc
;; sequence
(seq-rest '[1 2 3])
=> [2 3]
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-drop 1]
4
("/root/.emacs.d/elpa/seq-2.24/seq-25.elc" . 3448)]