toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.libraries
/
ArgParseResult
Arg
Parse
Result
data
class
ArgParseResult
(
val
variable
:
Variable
,
val
end
:
Int
)
Members
Constructors
Arg
Parse
Result
Link copied to clipboard
constructor
(
variable
:
Variable
,
end
:
Int
)
Properties
end
Link copied to clipboard
val
end
:
Int
variable
Link copied to clipboard
val
variable
:
Variable