getOverloads, but also include all the imported members

Yuxuan Shui via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 23 13:54:20 PDT 2016


Say:

module one;
void func(int a){}

/////////////////////

module two;
import one;
void func(float a){}

Is there a way to get both func() in module two?


More information about the Digitalmars-d-learn mailing list