Next: expander specs vector-of, Previous: expander specs list-of, Up: expander specs [Index]
The following syntactic bindings are exported by the library
(vicare expander)
.
Name of type specifications for vectors of heterogeneous values.
Build and return a new instance of <vector-type-spec>
. The
argument item-ots* must be a proper, non–empty list of
<object-type-spec>
instances representing the type specifications
of the items in the vector.
Return #t
if obj is an instance of
<vector-type-spec>
; otherwise return #f
.
Return a proper, non–empty list of <object-type-spec>
instances
representing the type specifications of the items in the vector.
Return the length of the vector, a non–negative exact integer.