On Tue, Jan 22, 2019 at 4:51 PM Björn Larsson <bjorn.x.larsson@telia.com>
wrote:
> Hi,
>
> Excellent work! I have been waiting for this :)
>
> Sara, I came to think on the Short ternary Assignment Operator RFC.
> Would this implementation make that one more feasible, given it
> passes a vote?
>
From an implementation perspective ?:= is nearly identical to ??=, so
implementing it should be quite simple now. Whether an RFC for it would
pass is a different question, I'm not a big fan personally...
Nikita