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

Copy-Seq



What should Copy-Seq of a vector with fill-pointer return?  The following
are some options:

	Return a vector with fill-pointer and copy the elements up to the
        fill pointer.

	Return a vector with fill-pointer and copy all the elements.

	Return a vector without fill pointer with the length set by the
        fill pointer.

							dan