byIndex

inline fun <T : ConfigAttribute> byIndex(index: Int): T?
fun <T : ConfigAttribute> byIndex(klass: KClass<T>, index: Int): T?