OK, so how do I make `lf` implicitly scope?
By explicit/implicit I just meant this: ---- scope explicit = new int; int x; auto implicit = &x; ---- That's probably not helping with whatever you want to accomplish.
ag0aep6g via Digitalmars-d-learn Sat, 19 Nov 2022 07:12:26 -0800
OK, so how do I make `lf` implicitly scope?
By explicit/implicit I just meant this: ---- scope explicit = new int; int x; auto implicit = &x; ---- That's probably not helping with whatever you want to accomplish.