Next: descriptors compound alist, Previous: descriptors compound enum, Up: descriptors compound [Contents][Index]
The following syntactic bindings are exported by the library
(vicare system type-descriptors)
.
Name of type descriptors for hashtables. It has the following fields:
key-des
A type descriptor describing the type of the keys.
val-des
A type descriptor describing the type of the values.
Build and return a new instance of <hashtable-type-descr>
.
Return #t
if obj is an instance of
<hashtable-type-descr>
; otherwise return #f
.
Accessors for the fields of <hashtable-type-descr>
instances.