- locative->object LOCprocedure
Returns the object that contains the element referred to by LOC or #f if the container has been reclaimed by garbage collection.
(locative->object (make-locative "abc" 1)) ==> "abc"
Returns the object that contains the element referred to by LOC or #f if the container has been reclaimed by garbage collection.
(locative->object (make-locative "abc" 1)) ==> "abc"