Closed JSAbrahams closed 2 years ago
undefined is a bit cumbersome.
undefined
None is a nice mirror to Any. Furthermore, None feels more OOP-like, since we now basically have a special object which represents null or undefined.
None
Any
Current Issue
undefined
is a bit cumbersome.High-level description of the feature
None
is a nice mirror toAny
. Furthermore,None
feels more OOP-like, since we now basically have a special object which represents null or undefined.