The short answer is: the left pointer is on, and the right is solely for design.
Long answer: the reason for the short answer is that lists zero are indexed, and we noticed that everyone should write (or forget to write) [0..size(myList) - 1]
. Now we can write [0..size(myList)]
. This is not like Haskell, but like Python.
source share