vectorp
(vectorp value)
Returns t when value is a vector. Strings are vectors in Common Lisp, so they pass too. Like the vector type specifier in typecase, the rank is not checked — a multi-dimensional array also passes.
(vectorp value)
Returns t when value is a vector. Strings are vectors in Common Lisp, so they pass too. Like the vector type specifier in typecase, the rank is not checked — a multi-dimensional array also passes.