Type Alias everscale_asm::Span

source ·
pub type Span = SimpleSpan<usize>;

Aliased Type§

struct Span {
    pub start: usize,
    pub end: usize,
    /* private fields */
}

Fields§

§start: usize

The start offset of the span.

§end: usize

The end (exclusive) offset of the span.