getat
Return
element at the given index, or none if the index is out of bounds
Parameters
from
- Likely named
collection to get the element from
index
index of the element to get (starting at 1)
orelse
- Optional
- Likely named
value to return if the index is out of bounds. If unset, false
is returned.