reduce
reduce is an alias for `cl-reduce' in `cl.el
'.
(reduce FUNCTION SEQ [KEYWORD VALUE]...)
Reduce two-argument FUNCTION across SEQ.
Keywords supported: :start :end :from-end :initial-value :key
cl.el
'.
(reduce FUNCTION SEQ [KEYWORD VALUE]...)
Reduce two-argument FUNCTION across SEQ.
Keywords supported: :start :end :from-end :initial-value :key