import and call

Adam D. Ruppe destructionator at gmail.com
Sun Jun 2 20:13:53 UTC 2019


On Sunday, 2 June 2019 at 19:38:11 UTC, Amex wrote:
> I thought importing single functions were suppose to be faster. 
> Am I wrong?

That is wrong. Importing is always done of the whole module.

All the `: func` thing does is limit the things introduced to the 
namespace.




More information about the Digitalmars-d-learn mailing list