Interface: FieldSlice
A half-open [start, end) slice of a fixed-width line (0-based char indices; end optional).
Properties
end?
readonlyoptionalend?:number
The 0-based end char index (exclusive). Omit to slice to end of line.
start
readonlystart:number
The 0-based start char index (inclusive).