So basically if you don't have your own idea for h...
# language-evolution
k
So basically if you don't have your own idea for how the language should change, or if your idea is not fully-formed, you can talk about it here without it being considered off-topic andor lost in #general
👍 1
đź§µ 1
e
Design resultion that we’ve reached is this: 1. There will no overload of null operators (
.?
,
:?
,
!!
) for
Result
. If we ever introduce some special result operators in the future they will be separate. It means that using null operator on
Result?
will be allowed. 2. Returning
Result
from the functions will be allowed for those who opt-in into experimental “inline classes” feature, since stability of this ABI is tied to the stability of inline classes ABI.