open-output-bytevector
-- r7rs
Definition procedure
;
open-output-bytevector
(from vonuvoli
);Procedure variants:
(() -> (bytevector-output-port))
bytevector-output-port
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(open-output-bytevector)
Returns a binary output port that will accumulate bytes for retrieval by
get-output-bytevector
.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.