lazyOf

Common
JVM
JS
Native
1.0
fun <T> lazyOf(value: T): Lazy<T>

Creates a new instance of the Lazy that is already initialized with the specified value.