www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Example of code with manual memory management

reply Dibyendu Majumdar <d.majumdar gmail.com> writes:
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
parent Kagamin <spam here.lot> writes:
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