findNthOrNull

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