Function: SB-INT:RECONS

package type github

If CAR is eq to the car of OLD-CONS and CDR is eq to the CDR, return OLD-CONS, otherwise return (cons CAR CDR).

Lambda list

(sb-disassem::old-cons car cdr)