new DIP47: Outlining member functions of aggregates

Walter Bright newshound2 at digitalmars.com
Sat Sep 7 10:00:05 PDT 2013


Outlining of member functions is the practice of placing the declaration of a 
member function in the struct/class/union, and placing the definition of it at 
global scope in the module or even in another module.

http://wiki.dlang.org/DIP47


More information about the Digitalmars-d mailing list