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

NextPrevUpTopContentsIndex

simple-int64-vector-length

Function
Summary

Return the length of a simple-int64-vector.

Package

system

Signature

simple-int64-vector-length vector => length

Arguments

vector

A simple-int64-vector.

Values

length

A non-negative fixnum.

Description

The function simple-int64-vector-length returns the length of vector.

See also

make-simple-int64-vector
simple-int64-vector


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex