You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the variables will not be able to be null.
You will need to specify if a variable can be null with ?: var hello? = "hello";
This sounds similar to how some FP languages are using Maybe
The text was updated successfully, but these errors were encountered:
https://www.youtube.com/watch?v=iYhOU9AuaFs
By default the variables will not be able to be null.
You will need to specify if a variable can be null with
?
:var hello? = "hello";
This sounds similar to how some FP languages are using
Maybe
The text was updated successfully, but these errors were encountered: