chickadee » srfi-4 » write-u8vector

write-u8vector U8VECTOR #!optional PORT START ENDprocedure

Writes the bytes U8VECTOR between the indices START (inclusive) and END (exclusive) to PORT.

PORT defaults to the value of (current-output-port).