array operations enhancements

ponce contact at g1a2m3es4f5r6om7m8ars.fr
Thu Aug 19 02:05:53 PDT 2010


pure double anyfunc(ref double x) { ... }

pure double anyfunc(double[]) { ... }

double[] c = anyfun(a[]) + 2.0*b[];



This proposal could be nice for making array operations more useful, but complicates overloading.


More information about the Digitalmars-d mailing list