viaduct
0.3.0
runtime
/
io.github.aplcornell.viaduct.runtime
/
Boxed
Boxed
class
Boxed
<
T
>
(
value
:
T
)
Represents a mutable cell.
Constructors
Functions
Constructors
Boxed
Link copied to clipboard
fun
<
T
>
Boxed
(
value
:
T
)
Functions
get
Link copied to clipboard
fun
get
(
)
:
T
set
Link copied to clipboard
fun
set
(
update
:
T
)