korlibs
Toggle table of contents
6.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
korlibs
korlibs-wasm
/
korlibs.wasm
/
WasmRunJVMOutput
/
Companion
/
IF_ELSE
IF_
ELSE
jvm
inline
fun
MethodVisitor
.
IF_ELSE
(
op
:
Int
,
btrue
:
(
)
->
Unit
,
bfalse
:
(
)
->
Unit
=
{}
,
endLabel
:
Label
=
Label()
,
unit
:
Unit
=
Unit
)