On 9/18/20 4:30 PM, drug wrote:
Can't you put a var on the stack? ``` auto instance = create(); instance .do_lazy() .do_something(); ```
Ah, I totally missed your point. Now I see you can't...
drug via Digitalmars-d-learn Fri, 18 Sep 2020 06:40:50 -0700
On 9/18/20 4:30 PM, drug wrote:
Can't you put a var on the stack? ``` auto instance = create(); instance .do_lazy() .do_something(); ```
Ah, I totally missed your point. Now I see you can't...