How to save RAM in D programs (on zero initialized buffers): Reloaded
Nick Sabalausky
a at a.a
Tue Feb 7 12:11:00 PST 2012
Is void initialization not good enough?
IIRC it's something like:
ubyte[] buf = void;
More information about the Digitalmars-d
mailing list