Function implemented outside the class

MarisaLovesUsAll marusya at 2ch.hk
Sun Mar 23 14:48:30 PDT 2014


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


More information about the Digitalmars-d-learn mailing list