ketmar wrote:
i'd be VERY surprised if `==` or `!=` does any mutation. and i (like most programmers) don't like such surprises in code.
The side effect I used was logging. And me _was_ surprised not to get the expected number of log-lines.
-manfred
Manfred Nowak via Digitalmars-d Sat, 09 May 2015 00:07:06 -0700
ketmar wrote:
i'd be VERY surprised if `==` or `!=` does any mutation. and i (like most programmers) don't like such surprises in code.
The side effect I used was logging. And me _was_ surprised not to get the expected number of log-lines.
-manfred