On Monday, 25 January 2021 at 17:11:41 UTC, Adam D. Ruppe wrote:
On Monday, 25 January 2021 at 17:09:22 UTC, Jack wrote:
    auto ref opAssign(string op, T)(T value)

try

opOpAssign instead

opAssign is for =

opOpAssign is for +=, -=, etc.

It might be some variation but I think it works if you just rename it.

it did work, thanks. That naming is confusing

Reply via email to