(remove-duplicates (list 0 1 2 0 1 2 0 1 2 0 1 2) :start 3 :end 9) =>
(0 1 2 0 1 2) instead of (0 1 2 0 1 2 0 1 2). Bug fix from Peter Graves, via cmucl-imp, 2004-09-27.
Loading
Please register or sign in to comment
(0 1 2 0 1 2) instead of (0 1 2 0 1 2 0 1 2). Bug fix from Peter Graves, via cmucl-imp, 2004-09-27.