adjustable-array-p
(adjustable-array-p array)
Returns t when the array was created with make-array :adjustable, otherwise nil. The flag is reported verbatim; vector-push-extend grows any vector with a fill pointer regardless of it.
(adjustable-array-p array)
Returns t when the array was created with make-array :adjustable, otherwise nil. The flag is reported verbatim; vector-push-extend grows any vector with a fill pointer regardless of it.