Array operation with boolean operator
John Colvin
john.loughran.colvin at gmail.com
Thu Mar 14 07:59:29 PDT 2013
On Thursday, 14 March 2013 at 13:58:45 UTC, n00b wrote:
> I tried to use a boolean operator for an array operation :
>
> a[] = b[] < c[];
>
> It compiles but seems to only fill a[] with the result of b[0]
> < c[0].
> Is there any "rational" reason to that?
> And is there any way to use boolean operator for array
> operations?
As far as I can tell, this is a bug.
More information about the Digitalmars-d-learn
mailing list