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

Reply via email to