On Fri, Aug 31, 2018 at 01:27:33PM +0300, RĂ©mi Denis-Courmont wrote: > Hi, > > Use the comma operator instead of double-ampersand to simplify where applicable: (x, y) rather than ((x, true) && (y, true)) Thank you very much for your suggestion, that's far better!