digitalmars.D.learn - Example of code with manual memory management
- Dibyendu Majumdar (6/6) Feb 19 2016 Hi,
- Kagamin (3/3) Feb 19 2016 https://dlang.org/phobos/std_container.html and corresponding
Hi, I am looking for example of types where memory management is manual, and the type supports operator overloading, etc. Grateful if someone could point me to sample example code. Thanks and Regards Dibyendu
Feb 19 2016
https://dlang.org/phobos/std_container.html and corresponding code in phobos. Though recently allocators were introduced and containers are going to be written with support for allocators.
Feb 19 2016