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


4.3.4 List-of type descriptors

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

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

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

item-des

A type descriptor describing the type of the items.

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

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

Function: list-of-type-descr? obj

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

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

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