BYTES_PER_ELEMENT

Bytes is a dynamic array of u128, where each element contains 16 bytes.

Fully qualified path: alexandria_bytes::bytes::BYTES_PER_ELEMENT

#![allow(unused)]
fn main() {
pub const BYTES_PER_ELEMENT: usize = 16;
}