eighth

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

Returns eighth element.

Throws: NoSuchElementException - if the list size is 7.