coding practices: include whole module or only the needed function

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 6 16:13:46 PDT 2014


AsmMan:

> import myModule : func, func2;

I use this in D to know what I have imported and where is was 
imported from.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list