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