https://issues.dlang.org/show_bug.cgi?id=17023

          Issue ID: 17023
           Summary: opUnaryAssign is missing
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

opUnaryAssign operator method for overloading is missing.
It is required for pointer simulation in code like:

---
*ptr = value;
---

when *ptr can not return by reference.

Required for mir/ndslice.

--

Reply via email to