bytevector -- r7rs Definition
§

Kind
§

constructor;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(bytevector byte ...)

Returns a newly allocated bytevector containing its arguments.

(bytevector 1 3 5 1 3 5)         ===>  #u8(1 3 5 1 3 5)
(bytevector)                     ===>  #u8()

The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§