On Thu, Jun 12, 2014 at 4:17 PM, Ali Çehreli
<digitalmars-d-learn@puremagic.com> wrote:
> On 06/12/2014 02:06 PM, Tom Browder via Digitalmars-d-learn wrote:
...
>> What I was really trying to do was D'ify C expressions like this:
>>
>>    typedef ((struct t*)0) blah;
...
>> So, taking your advice, I found this to work (at least it compiles as
>> a translation:
>>
>>    alias blah = typeof(null);
>
> I suspect you need something else. :)

Undoubtedly, indeed!  [Still a WIP (work in progress).]

Best,

-Tom

Reply via email to