Vision for the D language - stabilizing complexity?
pineapple via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jul 16 19:07:19 PDT 2016
On Sunday, 17 July 2016 at 02:03:52 UTC, Andrew Godfrey wrote:
> 2) I wonder if an "uninitialized" feature would be worthwhile.
> That is, a value you can initialize a variable to, equal to
> 'init', but that static analyzers know you don't mean to ever
> use.
Don't we already have this in the form of int uninitialized_value
= void; ?
More information about the Digitalmars-d
mailing list