Join Slack
Powered by
Are there any operations that works on eg. a non-e...
# language-proposals
k
karelpeeters
12/12/2017, 2:38 PM
Are there any operations that works on eg. a non-empty list that don't work on an empty one? I can only think of
list[0]
.
n
natpryce
12/12/2017, 3:38 PM
first()
&
last()
also
Open in Slack
Previous
Next