Function: seq-copy
seq-copy is a byte-compiled function defined in transient.el.
Signature
(seq-copy SEQUENCE)
Documentation
Return a shallow copy of SEQUENCE.
Other relevant functions are documented in the sequence group.
Shortdoc
;; sequence
(seq-copy '(a 2))
=> (a 2)
Implementations
(sequence) in `seq-25.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Could not find source code, showing raw function object.
#[257 "\300!\207"
[copy-sequence]
3 "\n\n(fn SEQUENCE)"]