split: Takes a single BytesBlob and divides it into sequential, contiguous Bytes of a given size.
split
Opposite of join.
join
Input: [a0, a1, a2, a3, a4, a5], n = 2, k = 3
Output: [[a0, a1], [a2, a3], [a4, a5]]
https://graypaper.fluffylabs.dev/#/9a08063/3eb4013eb401?v=0.6.6
split: Takes a single BytesBlob and divides it into sequential, contiguous Bytes of a given size.Opposite of
join.Input: [a0, a1, a2, a3, a4, a5], n = 2, k = 3
Output: [[a0, a1], [a2, a3], [a4, a5]]
https://graypaper.fluffylabs.dev/#/9a08063/3eb4013eb401?v=0.6.6