Era Scarecrow:
So then in theoryVariant v; int i = v.getValue; //calls getValue!int()
I think this is not possible in D. This seems possible: auto i = v.getValue!int; Bye, bearophile
Era Scarecrow:
So then in theoryVariant v; int i = v.getValue; //calls getValue!int()
I think this is not possible in D. This seems possible: auto i = v.getValue!int; Bye, bearophile