Hello all,
Currently, static-vectors:free-static-vector on LispWorks is an empty function.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'sa better candidate for the job?
Thanks and Best,Shubhamkar Ayare / digikar