Join Slack
Powered by
so if I call `first()` on a list of size 1, I shou...
# getting-started
t
Trevor
11/14/2017, 8:00 PM
so if I call
first()
on a list of size 1, I should get the first element. If I call
first()
on a list of size 0, what should be returned?
Open in Slack
Previous
Next