All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

simple-int32-vector-p Function

Summary

A predicate for objects of type simple-int32-vector.

Package

system

Signature

simple-int32-vector-p object => result

Arguments
object
An object.
Values
result
A boolean.
Description

The function simple-int32-vector-p returns true if object is a simple-int32-vector and false otherwise.

See also

make-simple-int32-vector
simple-int32-vector


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02