Styling Record
fun StylingRecord(styleRuns: List<StyleRun>, variableUses: List<Pair<IntRange, IntRange>>)
Content copied to clipboard
Construct a new StylingRecord from its parts.
Parameters
style Runs
An ascending sequence of non-overlapping, non-empty IntRanges, with the style name to apply to that range.
variable Uses
Information about variable uses and definitions. The pairs go from use to definition.