Function: seq-into

seq-into is a byte-compiled function defined in transient.el.

Signature

(seq-into SEQUENCE TYPE)

Documentation

Concatenate the elements of SEQUENCE into a sequence of type TYPE.

TYPE can be one of the following symbols: vector, string or list.

Other relevant functions are documented in the sequence group.

Shortdoc

;; sequence
(seq-into '(1 2 3) 'vector)
    => [1 2 3]

Implementations

(sequence type) 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.
#[514 "\211\300\267\202�\301!\207\302!\207\303!\207\304\305\"\207"
      [#s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data
		     (vector 6 string 10 list 14))
	 seq--into-vector seq--into-string seq--into-list error "Not a sequence type name: %S"]
      5 "\n\n(fn SEQUENCE TYPE)"]