vector?
-- r7rs
Definition type-predicate
;
Procedure variants:
((vector) -> (true))
((any) -> (false))
scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(vector? obj)
Returns
#t
ifobj
is a vector; otherwise returns#f
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.