Function: seq-let
seq-let is a macro defined in transient.el.
Signature
(seq-let ARGS SEQUENCE &rest BODY)
Documentation
Bind the variables in ARGS to the elements of SEQUENCE, then evaluate BODY.
ARGS can also include the &rest marker followed by a variable
name to be bound to the rest of SEQUENCE.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Could not find source code, showing raw function object.
(macro .
#[642 "\300\301!DCBB\207"
[pcase-let seq--make-pcase-patterns]
6
("/root/.emacs.d/elpa/seq-2.24/seq-25.elc" . 1779)])