DMD 1.019 and 2.003 releases

Walter Bright newshound1 at digitalmars.com
Mon Jul 23 12:23:59 PDT 2007


Jarrett Billingsley wrote:
> If you had
> 
> class A
> {
>     void function() f;
>     void delegate() g;
>     void foo() {}
> }
> 
> What would be f's type, g's type, and foo's type? 

f: pointer to function returning void
g: delegate returning void
foo: function returning void



More information about the Digitalmars-d-announce mailing list