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
One thing about AS is that basic types cannot be nullable. However, I've been designing some APIs that need some nullable Basic types, and I've been working around them. But I think it'd be cool just to write up a quick equivalent to C#'s Nullable or Rust's Option.
I could super easily add this myself. I personally like C#'s interface more, but I think it should be named Optional. That way, it doesn't conflict with our already exisiting idea of nullability in the docs.