Library associative array project v0.0.1

rikki cattermole rikki at cattermole.co.nz
Wed May 11 16:07:07 UTC 2022


On 12/05/2022 3:54 AM, templatedperson wrote:
>> 2. Look at alternatives to GC for allocation/deallocation.
> 
> Maybe add `@nogc` overloads that take `std.experimental.allocator`s? 
> That could be the best way to accomplish this.

That won't help much. The virtual types are not @nogc, and for a good 
reason, the default is the GC.


More information about the Digitalmars-d-announce mailing list