ByteReaderState

Fully qualified path: alexandria_bytes::byte_reader::ByteReaderState

#![allow(unused)]
fn main() {
#[derive(Clone, Drop)]
pub struct ByteReaderState<T> {
    pub(crate) data: @T,
    index: usize,
}
}