intercalate package:byteslice

O(n) The intercalate function takes a separator Bytes and a list of Bytes and concatenates the list elements by interspersing the separator between each element.
Specialization of intercalate where the separator is a single byte and there are exactly two byte sequences that are being concatenated.