Function: seq-min
seq-min is a byte-compiled function defined in transient.el.
Signature
(seq-min SEQUENCE)
Documentation
Return the smallest element of SEQUENCE.
SEQUENCE must be a sequence of numbers or markers.
Other relevant functions are documented in the sequence group.
Shortdoc
;; sequence
(seq-min [1 2 3])
=> 1
Implementations
(sequence) 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.
#[257 "\300\301\302\303\"\"\207"
[apply min seq-into list]
6 "\n\n(fn SEQUENCE)"]