Non-Nullability By Default

What I kind of want is a Java concept of facades, the way we do with JavaScript, where you can concisely and clearly state whether this is a null-returning entry point or not…

1 Like