Type Alias gimli::read::LineNumberSequence

source ·
pub type LineNumberSequence<R> = LineSequence<R>;
👎Deprecated: LineNumberSequence has been renamed to LineSequence, use that instead.
Expand description

Deprecated. LineNumberSequence has been renamed to LineSequence.

Aliased Type§

struct LineNumberSequence<R> {
    pub start: u64,
    pub end: u64,
    /* private fields */
}

Fields§

§start: u64

The first address that is covered by this sequence within the line number program.

§end: u64

The first address that is not covered by this sequence within the line number program.