Create a byte array from a string interpolation template and compatible replacements
Create a byte array from a utf8 string
No op, returns the provided byte array.
Create a byte array from a biguint value encoded as a variable length big-endian number
Create a byte array from a uint64 value encoded as a a variable length 64-bit number
Create a byte array from an Iterable where each item is interpreted as a single byte and must be between 0 and 255 inclusively
Create an empty byte array
Create a byte array from a string interpolation template and compatible replacements