if captured in a lambda, yes, IntRef is used autom...
# getting-started
o
if captured in a lambda, yes, IntRef is used automatically. If you need to do it explicitly, you’d need to use
IntRef
manually.