unsafeLazy

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

Sources

Link copied to clipboard