Package-level declarations

Functions

Link copied to clipboard
fun <T> unsafeLazy(init: () -> T): <Error class: unknown class>

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