I propose to make =?? operator Expression `a =?? b` works as ``` if (b != null) a = b; ``` If `??=` exists, why this one doesn't?