unsafeLazy

fun <T> unsafeLazy(init: () -> T): Lazy<T>

The same semantic as lazy with LazyThreadSafetyMode.NONE, but inlines the functor.