kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
lazyOf
lazy
Of
fun
<
T
>
lazyOf
(
value
:
T
)
:
Lazy
<
T
>
(
source
)
Creates a new instance of the
Lazy
that is already initialized with the specified
value
.