[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MCL 2.0b1p3 sort problems



The CL destructive sequence operations are allowed to destruct their argument
to build the RESULT. They do not have to change the argument into the result.
Sometimes it is not even possible, e.g. when deleting the car of a list.
     Daniel Ranson.