findNth

inline fun <T> Iterable<T>.findNth(n: Int, predicate: (T) -> Boolean): T