Returns the last element from an iterable.
The iterable to get the last element from
The last element in the iterable
Error if the iterable is empty
Returns the last element from an iterable.