findNthOfTypeOrNull

inline fun <R> Iterable<*>.findNthOfTypeOrNull(n: Int): R?