On 10/12/10 9:51 CDT, Adam D. Ruppe wrote:
I agree with what the compiler says: void*.

null is literally a pointer into the void - there's nothing there
for it to point to.

Problem:

char[] a = null;

The answer to the OP's question is simple: null's type is not expressible in D.


Andrei

Reply via email to