Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
vim
/
com.monkopedia.kodemirror.vim
/
MotionResult
/
Range
Range
data
class
Range
(
val
anchor
:
LinePos
,
val
head
:
LinePos
)
:
MotionResult
Members
Members & Extensions
Constructors
Range
Link copied to clipboard
constructor
(
anchor
:
LinePos
,
head
:
LinePos
)
Properties
anchor
Link copied to clipboard
val
anchor
:
LinePos
head
Link copied to clipboard
val
head
:
LinePos
Functions
to
Pos
Link copied to clipboard
fun
MotionResult
?
.
toPos
(
)
:
LinePos
?