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