toByteString -package:blaze-builder
Encode a UUID into a
ByteString in network order.
This uses the same encoding as the
Binary instance.
transform a list of ASN1 Events into a strict bytestring
O(n) when unpinned,
O(1) when pinned. Create a
ByteString from a byte sequence. This only copies the byte
sequence if it is not pinned.
Converts an email address back to a ByteString
O(n) - Convert any source array into a strict
ByteString. In case when the source array is actually storable,
no memory copy will occur.
Note that this may require a copy.
O(n). Converts the builder into a strict bytestring.
Copy to a ByteString. The most significant bits of the last byte are
padded with 0 unless the array was a multiple of 8 bits in size.
Unwrap name to bytestring
Convert sequence characters to byte string.
Convert a value to a strict ByteString