Function: seq-mapn
seq-mapn is a byte-compiled function defined in transient.el.
Signature
(seq-mapn FUNCTION SEQUENCES...)
Documentation
Return the result of applying FUNCTION to each element of SEQUENCEs.
Like seq-map, but FUNCTION is mapped over all SEQUENCEs.
The arity of FUNCTION must match the number of SEQUENCEs, and the
mapping stops on the shortest sequence.
Return a list of the results.
Implementations
(function sequence &rest sequences) 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.
#[642 "\300\301\302B\"\300>\204!\303\301\304\"\"B\262\301\305\"\262\202\237\207"
[nil seq-map
#[257 "\300\301\"\207"
[seq-into list]
4 "\n\n(fn S)"]
apply car cdr]
10 "\n\n(fn FUNCTION SEQUENCE &rest SEQUENCES)"]