Void initialization

Jesse Phillips jessekphillips+D at gmail.com
Mon Dec 19 16:34:35 PST 2011


On Mon, 19 Dec 2011 18:52:44 +0100
Jacob Carlborg <doob at me.com> wrote:

> You can always make the variable uninitialized using "void", don't
> know if that what is what you're looking for.
> 
> float[] f = void;
> 

He is trying to create an array where the elements are not initialized.


More information about the Digitalmars-d-learn mailing list