BytesIndex
Implementation of IndexView trait for Bytes. Allows indexing into the Bytes structure to access individual u128 elements.
Fully qualified path: alexandria_bytes::bytes::BytesIndex
pub impl BytesIndex of IndexView<Bytes, u32>;
Impl functions
index
Fully qualified path: alexandria_bytes::bytes::BytesIndex::index
fn index(self: @Bytes, index: u32) -> @u128
Impl types
Target
Fully qualified path: alexandria_bytes::bytes::BytesIndex::Target
type Target = @u128;