Null references (oh no, not again!)

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Mar 4 10:47:50 PST 2009


bearophile wrote:
> Andrei Alexandrescu:
>> extern(C) MaybeNull!(void*) malloc(size_t s);
> 
> Probably I have missed part of the discussion, because wasn't it appreciated by people to use "?" to denote nullables? Something like:
> 
> extern(C) void*? malloc(size_t s);
> 
> Bye,
> bearophile

Please no more syntax.

Andrei



More information about the Digitalmars-d mailing list