Why is dtor called for lazy parameter?

drug drug2004 at bk.ru
Fri Sep 18 13:30:56 UTC 2020


Can't you put a var on the stack?
```
auto instance = create();
instance
     	.do_lazy()
     	.do_something();
```


More information about the Digitalmars-d-learn mailing list