sixth

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

Returns sixth element.

Throws: NoSuchElementException - if the list size is 5.