array-has-fill-pointer-p
(array-has-fill-pointer-p array)
Returns t when the array has a fill pointer (it was created with make-array :fill-pointer), otherwise nil. Only rank-1 arrays (vectors) can have one.
(array-has-fill-pointer-p array)
Returns t when the array has a fill pointer (it was created with make-array :fill-pointer), otherwise nil. Only rank-1 arrays (vectors) can have one.