Function: FUNION
Documentation
union
Source
(defun funion (fn &rest fns) "union" (apply #'fchain (lambda (x y) (or x y)) fn fns))
Source Context