org-reduce

org-reduce is a compiled Lisp function in `org.el'.

(org-reduce CL-FUNC CL-SEQ &rest CL-KEYS)

Reduce two-argument FUNCTION across SEQ.
Taken from `reduce' in cl-seq.el with all keyword arguments but
":initial-value" removed.