unzip package:bytestring

O(n) unzip transforms a list of pairs of bytes into a pair of ByteStrings. Note that this performs two pack operations.
unzip transforms a list of pairs of Chars into a pair of ByteStrings. Note that this performs two pack operations.
O(n) unzip transforms a list of pairs of chars into a pair of ByteStrings. Note that this performs two pack operations.