adjust-array and basic-vector
Shawn Betts <[email protected]> Fri, 03 Jun 2005 01:01:02 +0000
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I noticed that adjust-array isn't implemented (and hash resizing). The basic-vector binary-type has a section called data. The comment suggests the data is stored right there..as opposed to pointing to where the data is stored. Is this so? If so, won't this be problematic for resizing the vector? -Shawn