C++:
class MyClass
{
void myFunc();
};
void MyClass::myFunc() { ... }Is it possible to do this in D ? Sorry for my bad English. Regards, Alexey
C++:
class MyClass
{
void myFunc();
};
void MyClass::myFunc() { ... }Is it possible to do this in D ? Sorry for my bad English. Regards, Alexey