https://dlang.org/phobos/std_typecons.html#.scoped
Re: Leak-detection of references to scoped class instances
rikki cattermole via Digitalmars-d-learn Sun, 24 Nov 2019 04:55:40 -0800
"Allocates a class object right inside the current scope, therefore
avoiding the overhead of new. This facility is unsafe; it is the
responsibility of the user to not escape a reference to the object
outside the scope."
- Leak-detection of references to s... Per Nordlöw via Digitalmars-d-learn
- Re: Leak-detection of refere... rikki cattermole via Digitalmars-d-learn
- Re: Leak-detection of re... Per Nordlöw via Digitalmars-d-learn
- Re: Leak-detection o... Adam D. Ruppe via Digitalmars-d-learn
- Re: Leak-detecti... Per Nordlöw via Digitalmars-d-learn
- Re: Leak-de... Jacob Carlborg via Digitalmars-d-learn
