Array operation a1 + a2 not implemented!

Caligo iteronvexor at gmail.com
Sat Mar 17 21:37:15 PDT 2012


void main() {
  float[4] a1 = [1, 2, 3, 4];
  float[4] a2 = [3, 2, 8, 2];
  auto r = a1 + a2;
}

When are they going to be implemented?


More information about the Digitalmars-d mailing list