Bytes
Sway has a single "bytes" type which is the b256
.
As the name suggests it contains 256 bits
/ 32 bytes
of information. Unlike some other programming languages this type is treated as a single, whole, type unlike an array of bytes which is iterated over.
let zero = 0x0000000000000000000000000000000000000000000000000000000000000000;