seq-copy
seq-copy is an alias for `copy-sequence' in `seq.el
'.
(seq-copy ARG)
Return a copy of a list, vector, string or char-table.
The elements of a list or vector are not copied; they are shared
with the original.
seq.el
'.
(seq-copy ARG)
Return a copy of a list, vector, string or char-table.
The elements of a list or vector are not copied; they are shared
with the original.