W3cubDocs

/Haxe

Range

package haxe.display

import haxe.display.Position

Available on all platforms

A range in a text document expressed as (1-based) start and end positions.

Fields

start:Position

The range's start position

end:Position

The range's end position

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/display/Range.html