for example, `val thingy by lazy { doSomething() }...
# getting-started
b
for example,
val thingy by lazy { doSomething() }
will initialize thingy using the doSomething function when thingy is accessed