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

NextPrevUpTopContentsIndex

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 - 20 Sep 2017

NextPrevUpTopContentsIndex