lazy

fun <T> Supplier<T>.lazy(): LazyCell<T>
fun <T> () -> T.lazy(): LazyCell<T>

Convert this supplier to a LazyCell.