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.


Reply via email to