<@U0CG5M9T4> If the lambda is non-capturing, a sin...
# announcements
i
@rogeralsing If the lambda is non-capturing, a single instance of the implementing class will be created and used. For capturing lambda a new instance of function is created for every capture.
lazy
gets rid of the reference to initializer function as soon as the value has been initialized.