Nordlöw via Digitalmars-d-learn Wed, 14 Jun 2017 14:20:58 -0700
Why isn't bool c = a[] == 4;
allowed when a[] = b[] + 4; is? given that int[] a, b;