vector-empty
r7rs
vector
vector-length
vector->list
vector->string
vector?
vector-append
vector-copy
vector-copy!
vector-fill!
vector-map
vector-for-each
Note: These definitions consume an input that is a super-type.
make-vector
list->vector
string->vector
(lambda (value) (and (vector? value) (zero? (vector-length value))))
types-miscellaneous
types-constants
types