OK, I think that it will be enough to add a Phobos function like this (what's the right Phobos module to put it?) (why isn't this @trusted?) (why isn't this returning a T*?):


ref T uninitializedAlloc(T)() @system pure nothrow
{
   return *cast(T*)GC.malloc(T.sizeof);
}

https://issues.dlang.org/show_bug.cgi?id=13859

Bye,
bearophile

Reply via email to