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