SourceSpanWithContextExtension extension
Extension methods on the base SourceSpan API.
Methods
-
subspan(
int start, [int? end]) → SourceSpanWithContext -
Returns a span from
start
code units (inclusive) toend
code units (exclusive) after the beginning of this span.