findNthOfType

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