Long term @nogc / allocators usage

lqjglkqjsg via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 24 08:44:48 PDT 2016


On Sunday, 24 July 2016 at 15:34:55 UTC, Lodovico Giaretta wrote:
> DISCLAIMER: although I've been occasionally using D for a lot 
> of time, I only recently started to follow the forums and use 
> it intensively, so I may miss part of the history / long term 
> vision.
>
> [...]

Note that for the arrays you have @nogc routines in 
std.experimental.allocators. (expand/shrink can infer @nogc from 
Mallocator).


More information about the Digitalmars-d mailing list