Back to Sway

Bytes

docs/reference/src/documentation/language/built-ins/b256.md

0.71.0352 B
Original Source

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.

sway
{{#include ../../../code/language/built-ins/bytes/src/lib.sw:syntax}}