alchemist
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.util
/
lazyMutable
lazy
Mutable
fun
<
T
>
lazyMutable
(
initializer
:
(
)
->
T
)
:
LazyMutable
<
T
>
Creates an instance of
LazyMutable
with the given
initializer
.