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