BytesIndex

Fully qualified path: alexandria_bytes::bytes::BytesIndex

#![allow(unused)]
fn main() {
pub impl BytesIndex of IndexView<Bytes, usize>
}

Impl functions

index

Fully qualified path: alexandria_bytes::bytes::BytesIndex::index

#![allow(unused)]
fn main() {
fn index(self: @Bytes, index: usize) -> @u128
}

Impl types

Target

Fully qualified path: alexandria_bytes::bytes::BytesIndex::Target

#![allow(unused)]
fn main() {
type Target = @u128;
}