This is just my interpretation of <@U0ZFBBUBU>'s c...
# language-proposals
h
This is just my interpretation of @groostav's code.
discard the null early
Yes. I think an
if-return
(or
if-continue
in this case) should prefered here over an
if-else
.