Merge pull request #117 from Ferada/small-fixes
[jscl.git] / src / sequence.lisp
index 7e96df0..85d5276 100644 (file)
            ((= j b) new)
          (aset new i (aref seq j)))))
     (t (not-seq-error seq))))
+
+
+