New D import speedup concept!

DigitalDesigns DigitalDesigns at gmail.com
Sun Jun 10 23:07:34 UTC 2018


another interesting syntax:

import [] : std.algorithm, std.math;

Does implicit importing on all arrays.

int[] x;

x.canFind(x[0]);   // does implicit import for canFind!


At some point we might even be able to get away from 90% of 
importing.




More information about the Digitalmars-d mailing list