March 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14236

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|opIndexUnary and opIndex    |opIndex... and opIndex
                   |fallback                    |fallback

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
The same goes for opIndexAssign, opIndexOpAssign and so on... Once you define one possible overload, nothing will fall back to using opIndex and then applying the operation to the result.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14236

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--