pablisco
09/18/2018, 2:54 PMnullables
and the `?/
!!/
?:` operators? i.e Is it safe to consider these as merely interoperability features? Specially given that there are safer ways to define default cases (with sealed classes
for example)Ruckus
09/18/2018, 3:55 PMnull
in rust, just an Option<T>
enum and some fancy null pointer optimization. https://stackoverflow.com/a/46557737