Function: COMMON-LISP:MERGE

package type clhs github

Merge the sequences SEQUENCE1 and SEQUENCE2 destructively into a sequence of type RESULT-TYPE using PREDICATE to order the elements.

Lambda list

(sb-impl::result-type sb-impl::sequence1 sb-impl::sequence2 sb-impl::predicate &key
 sb-impl::key)