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: usizeThe start offset of the span.
end: usizeThe end (exclusive) offset of the span.