On Feb 22, 2016, at 3:12 PM, Milan Stanojević <milanst@gmail.com> wrote:Compiler short circuits && operator so your loop runs only til the first element that differs. If you swap the arguments to && you should get the behavior of visiting all elements (which is of course undesirable in practice)