Builtin array-scalar equality
Nordlöw via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jun 14 14:15:32 PDT 2017
Why isn't
bool c = a[] == 4;
allowed when
a[] = b[] + 4;
is?
given that
int[] a, b;
More information about the Digitalmars-d-learn
mailing list