open-input-bytevector -- r7rs Definition procedure;
open-input-bytevector (from vonuvoli);Procedure variants:
((bytevector) -> (bytevector-input-port))
bytevector;bytevector-input-port;scheme:base -- (scheme base);scheme -- (scheme);(open-input-bytevector bytevector)Takes a bytevector and returns a binary input port that delivers bytes from the bytevector.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.