kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
getting-started
/
org.jetbrains.kotlinx.jupyter.example
/
Car
Car
data
class
Car
(
val
model
:
String
,
val
inceptionYear
:
Int
,
val
owner
:
Person
)
Members
Constructors
Car
Link copied to clipboard
constructor
(
model
:
String
,
inceptionYear
:
Int
,
owner
:
Person
)
Properties
inception
Year
Link copied to clipboard
val
inceptionYear
:
Int
model
Link copied to clipboard
val
model
:
String
owner
Link copied to clipboard
val
owner
:
Person