get

@JvmName(name = "getAt")
operator fun <T : ExpressionValue> Expression<ListValue<T>>.get(index: Expression<IntValue>): Expression<T>(source)
@JvmName(name = "getAt")
operator fun <T : ExpressionValue> Expression<ListValue<T>>.get(index: Int): Expression<T>(source)

Returns the item at index.


Returns the value corresponding the given key or null if it is not present in this map.