toggle menu
shake
0.1.0
common
switch theme
search in API
shake.bin.cli
/
com.shakelang.shake.cli
/
LoopControls
Loop
Controls
class
LoopControls
(
val
wBreak
:
(
)
->
Unit
,
val
wContinue
:
(
)
->
Unit
)
(
source
)
Members
Constructors
Loop
Controls
Link copied to clipboard
constructor
(
wBreak
:
(
)
->
Unit
,
wContinue
:
(
)
->
Unit
)
Properties
w
Break
Link copied to clipboard
val
wBreak
:
(
)
->
Unit
w
Continue
Link copied to clipboard
val
wContinue
:
(
)
->
Unit