Are there any operations that works on eg. a non-e...
# language-proposals
k
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
first()
&
last()
also