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
#tifobjis a bytevector. Otherwise,#fis returned.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.
bytevector;true;any;false;