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: u64The first address that is covered by this sequence within the line number program.
end: u64The first address that is not covered by this sequence within the line number program.