- pointer-vector-set! POINTERVECTOR INDEX POINTERprocedure
Sets the element at the position INDEX in the given pointer-vector to POINTER. The alternative syntax
(set! (pointer-vector-ref POINTERVECTOR INDEX) POINTER)
is also allowed.
Sets the element at the position INDEX in the given pointer-vector to POINTER. The alternative syntax
(set! (pointer-vector-ref POINTERVECTOR INDEX) POINTER)
is also allowed.