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


4.3.6 Vector-of type descriptors

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

Record Type: <vector-of-type-descr>

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

item-des

A type descriptor describing the type of the items.

Function: make-vector-of-type-descr item-des

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

Function: vector-of-type-descr? obj

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

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

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