tenth

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

Returns tenth element.

Throws: NoSuchElementException - if the list size is 9.