Void initialization

Jacob Carlborg doob at me.com
Mon Dec 19 23:17:36 PST 2011


On 2011-12-20 01:34, Jesse Phillips wrote:
> 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.

Ah, I see.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list