Return an Option with the element at the provided index, or None if the index is out of bounds.
Option
None
Element index.
Linked list.
Option with the element at the provided index or None.
Return an
Option
with the element at the provided index, orNone
if the index is out of bounds.