auto x = parent.child.child.child; // error, result may be null @nullable auto x = parent.child.child.child; // no error
I'd definitely prefer that to a weird operator that may also conflict with the inline if statement.
auto x = parent.child.child.child; // error, result may be null @nullable auto x = parent.child.child.child; // no error
I'd definitely prefer that to a weird operator that may also conflict with the inline if statement.