O(n) The intersperse function takes a Word8 and a
ByteString and `intersperses' that byte between the elements of
the ByteString. It is analogous to the intersperse function on
Lists.
O(n) The intersperse function takes a Char and a
ByteString and `intersperses' that Char between the elements of
the ByteString. It is analogous to the intersperse function on
Lists.
The intersperse function takes a Word8 and a
ByteString and `intersperses' that byte between the elements of
the ByteString. It is analogous to the intersperse function on
Lists.