Created
June 5, 2019 19:14
-
-
Save marcinOz/6c3bd5e90feef3f60e8003f85b2597c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Assign a value to b if b is null; otherwise, b stays the same | |
b ??= value; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment