nogc Array

ZombineDev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jan 26 14:06:15 PST 2016


On Tuesday, 26 January 2016 at 03:03:40 UTC, Igor wrote:
> Is there a GC-less array that we can use out of the box or do I 
> have to create my own?

If you want containers, use:
http://code.dlang.org/packages/emsi_containers

If you just need an array, use: 
http://dlang.org/phobos/std_experimental_allocator#.makeArray


More information about the Digitalmars-d-learn mailing list