alchemist
alchemist
/
it.unibo.alchemist.model.math
/
lazyMutable
lazy
Mutable
fun
<
T
>
lazyMutable
(
initializer
:
(
)
->
T
)
:
LazyMutable
<
T
>
Content copied to clipboard
Creates an instance of
LazyMutable
with the given
initializer
.