toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.compiler.util
/
CodeInterval
Code
Interval
data
class
CodeInterval
(
val
from
:
Int
,
val
to
:
Int
)
Members
Constructors
Code
Interval
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
)
Properties
from
Link copied to clipboard
val
from
:
Int
Inclusive
to
Link copied to clipboard
val
to
:
Int
Exclusive
Functions
contains
Link copied to clipboard
operator
fun
contains
(
position
:
Int
)
:
Boolean