Bug or expected?

SrMordred patric.dexheimer at gmail.com
Tue Jan 8 20:12:21 UTC 2019


size_t[2] a;
size_t[2] b;

auto x      = a[] & b[]; //array operation without destination 
memory not allowed
size_t[2] y = a[] & b[]; // fine



More information about the Digitalmars-d-learn mailing list