Hi! I didn't find how to implement functions outside the class, like in C++.

C++:
class MyClass
{
   void myFunc();
};
void MyClass::myFunc() { ... }

Is it possible to do this in D ?


Sorry for my bad English.
Regards,
Alexey

Reply via email to