- byte-blob-stream-fold-left F INIT STREAMprocedure
- byte-blob-stream-fold-right F INIT STREAMprocedure
Given a procedure of two arguments, a starting value, and a stream of byte blobs, reduces the stream using the supplied procedure, from left to right, or right to left, respectively.