ninth

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

Returns ninth element.

Throws: NoSuchElementException - if the list size is 8.