Questions about SYS:SIMPLE-INT64-VECTOR
Hi, I have two questions about the new SYS:SIMPLE-INT64-VECTOR in 64-bit LispWorks 7: 1. What’s the predicate for this type? Actually I found an internal function SYS::SIMPLE-INT64-VECTOR-P which seems to work ... 2. How to get the length of a SYS:SIMPLE-INT64-VECTOR? Currently I’m using this way: (LENGTH (SYS::SIMPLE-INT64-VECTOR-DATA …)), is there a better one? Thanks, Chun Tian (binghe)