Next: , Previous: , Up: descriptors compound   [Contents][Index]


4.3.5 Vector type descriptors

The following syntactic bindings are exported by the library (vicare system type-descriptors).

Record Type: <vector-type-descr>

Name of type descriptors for vectors of heterogeneous values. It has the following fields:

item-des*

A list of type descriptors describing the types of the items.

Function: make-vector-type-descr des-list

Build and return a new instance of <vector-type-descr>.

Function: vector-type-descr? obj

Return #t if obj is an instance of <vector-type-descr>; otherwise return #f.

Function: vector-type-descr.item-des* des

Accessor for the field of <vector-type-descr> instances.

Function: vector-type-descr.length des

Return the length of the vector, a non–negative exact integer.