bytes continues to be the preferred name for u8[...]. Also, putting bytes values into the VM and taking them out still uses Python bytes values. This also lets used use the len function on them, for whatever that's worth.
bytes continues to be the preferred name for u8[...]. Also, putting bytes values into the VM and taking them out still uses Python bytes values. This also lets used use the len function on them, for whatever that's worth.