fifth

inline fun <T> Iterable<T>.fifth(): T

Returns fifth element.

Throws: NoSuchElementException - if the list size is 4.