Function: COMMON-LISP:REPLACE

package type clhs github

Destructively modifies SEQUENCE1 by copying successive elements into it from the SEQUENCE2.

Elements are copied to the subseqeuence bounded by START1 and END1, from the subsequence bounded by START2 and END2. If these subsequences are not of the same length, then the shorter length determines how many elements are copied.

Lambda list

(sb-impl::sequence1 sb-impl::sequence2 &rest sb-impl::args &key sb-impl::start1
 sb-impl::end1 sb-impl::start2 sb-impl::end2)