lace: Takes an array of Bytes and interleaves: it takes the first Byte from each, then the second byte from each, etc., producing a single BytesBlob.
lace
Opposite of unzip.
unzip
Input: [[a0, a1], [b0, b1], [c0, c1]]
Output: [a0, b0, c0, a1, b1, c1]
https://graypaper.fluffylabs.dev/#/9a08063/3e2a023e2a02?v=0.6.6
lace: Takes an array of Bytes and interleaves: it takes the first Byte from each, then the second byte from each, etc., producing a single BytesBlob.Opposite of
unzip.Input: [[a0, a1], [b0, b1], [c0, c1]]
Output: [a0, b0, c0, a1, b1, c1]
https://graypaper.fluffylabs.dev/#/9a08063/3e2a023e2a02?v=0.6.6