at

open fun <T> at(index: Expression<Number>, array: Expression<List<T>>): Expression<T>

Retrieves an item from an array.