comparing two arrays ..

Adam D. Ruppe destructionator at gmail.com
Tue Nov 19 06:40:19 PST 2013


On Tuesday, 19 November 2013 at 14:12:14 UTC, seany wrote:
> Is there a built in function or operator in D that can compare 
> two arrays (prefereably any dimensional) for being elementwise 
> equal?

a == b works on single dimension. Not sure about beyond that 
though.


More information about the Digitalmars-d-learn mailing list