I wrote: > To create a mutable vector, use 'vector', or apply 'vector-copy' to a > literal vector. Also note that these are shallow copies, e.g. if you > have nested vector literals, 'vector-copy' will only copy the top layer.
'make-vector' is also useful for many purposes. Mark