Hello all,
This function should free an array allocated with static-vectors:make-static-vector.
On LispWorks, static-vectors:make-static-vector uses make-array with :allocation :static.
Then, what should be an appropriate definition for free-static-vector?
I discovered raw::free-an-object that does what is intended. Does anyone know if there's
a better candidate for the job?
Thanks and Best,
Shubhamkar Ayare / digikar