Basic question. Yes I know, just read the doc but by asking google, I didn’t find the answer in less than 5 minutes so I think by adding this question, I will help all the following people to find the answer quickly (before GPT become the norm).
So:
x ??= y
What is it for ?
>Solution :
x ??= y means assign y to x only if x is null.
Find more about assignment-operators