Subject: Re: Copying array
From: Erik Naggum <erik@naggum.no>
Date: 1999/09/27
Newsgroups: comp.lang.lisp
Message-ID: <3147423459191048@naggum.no>

* "Pascal Saremsky" <pascal@docdes.com>
| What's the fastest way to copy a more than one-dimensional array in
| Common Lisp?

  a tight loop over all the elements using ROW-MAJOR-AREF.

#:Erik