Suggestions for multiple class members with the same name
bobef
bobef at nosmap-abv.bg
Mon Aug 11 13:13:12 PDT 2008
Hi, the suggestions is this:
In this case:
class A
{
uint a(char[] b){}
int a(int b){}
}
Make this syntax valid:
A.a[1]
A.a.length
etc
Regards,
bobef
More information about the Digitalmars-d
mailing list