BTW D does have instances of multiple ways of doing the same things.
Eg
private:
int x = 1;
private int x = 1;
private
{
int x = 1;
}
--rt
BTW D does have instances of multiple ways of doing the same things.
Eg
private:
int x = 1;
private int x = 1;
private
{
int x = 1;
}
--rt