[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Copy-Seq
- To: common-lisp@SU-AI
- Subject: Copy-Seq
- From: Dan Pierson <pierson%digital@CSNet-Relay>
- Date: Thu, 8 Dec 83 15:52 EST
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