LinePosRange

data class LinePosRange(var anchor: LinePos, var head: LinePos)

A selection range with anchor and head, using LinePos coordinates.

Constructors

Link copied to clipboard
constructor(anchor: LinePos, head: LinePos)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun empty(): Boolean
Link copied to clipboard
fun from(): LinePos