pub const MEMORY_ADDRESSING_BIT_SIZE: IntegerBitSize;
Expand description
The bit size used for addressing memory within the Brillig VM.
All memory pointers are interpreted as u32
values, meaning the VM can directly address up to 2^32 memory slots.