operator fun <T> get(i: Int): T
get element at given index return T
fun <reified T> get(): Any?
Get first element of given type T return T