toggle menu
backpack-android
androidJvm
switch theme
search in API
Backpack
/
net.skyscanner.backpack.util
/
unsafeLazy
unsafe
Lazy
fun
<
T
>
unsafeLazy
(
init
:
(
)
->
T
)
:
Lazy
<
T
>
The same semantic as
lazy
with
LazyThreadSafetyMode.NONE
, but inlines the functor.