On Wed, Oct 28, 2020 at 8:15 PM Ola Fosheim Grøstad via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On Wednesday, 28 October 2020 at 08:48:39 UTC, Manu wrote:
> What does this mean? What other sequence types do you expect
> this to apply to? What special cases are you talking about?

C++ is special casing it to overcome a severe language deficiency.

A tuple can either be seen as a struct or as a sequence. Whatever
operations are added for tuples should have counterparts in
everything that pertains to structs or sequences in the language.

This doesn't help me.