Creates a function that returns the value at the specified index in an iterable.
The zero-based index of the value to return
A function that takes an iterable and returns the value at the specified index
Error if index is negative, not an integer, or out of bounds
Creates a function that returns the value at the specified index in an iterable.