seq-concatenate
seq-concatenate
is a compiled Lisp function in `
seq.el
'.
(seq-concatenate
TYPE
SEQUENCE
...)
Concatenate, into a sequence of type
TYPE
, the sequences SEQS.
TYPE
must be one of following symbols: vector, string or list.