Gets the nth item of an iterable.
This will always iterate forward through the iterable, even if the iterable is ReverseIterable.
type of the item
the iterable
the index
Gets the nth item of an iterable.
This will always iterate forward through the iterable, even if the iterable is ReverseIterable.