chickadee » byte-blob » byte-blob-fold-left

byte-blob-fold-left F INIT BYTE-BLOBprocedure
byte-blob-fold-right F INIT BYTE-BLOBprocedure

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