On Sat, Apr 25, 2020 at 8:40 PM Joseph Rushton Wakeling via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On Saturday, 25 April 2020 at 10:27:38 UTC, Stefan Koch wrote:
>     mixin("enum x = (big_seq + 3)....length;");

Aaargh :-\

I'm not anti the `...` operator per se but seeing `....` in there
(and yes, I understand what's happening!) is not very friendly to
the reader.

It did occur to me to require parens in this case... just because :P