blob-copy![procedure] blob-copy! source source-start target target-start n
SRFI-74: Copies the octets from source at indices [source-start, source-start + n) to consecutive indices in target starting at target-index.
The return values are unspecified.
|