Function: seq-mapcat
seq-mapcat is a byte-compiled function defined in transient.el.
Signature
(seq-mapcat FUNCTION SEQUENCE &optional TYPE)
Documentation
Concatenate the results of applying FUNCTION to each element of SEQUENCE.
The result is a sequence of type TYPE; TYPE defaults to list.
Other relevant functions are documented in the sequence group.
Shortdoc
;; sequence
(seq-mapcat #'upcase '("a" "b" "c") 'string)
=> "ABC"
Implementations
(function sequence &optional 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.
#[770 "\300\301\206\302\303\"#\207"
[apply seq-concatenate list seq-map]
9 "\n\n(fn FUNCTION SEQUENCE &optional TYPE)"]