argValue

inline fun <T> FunctionCall.argValue(index: Int): T(source)

Returns CallArgument.value of argument at index from FunctionCall.args and expects that it is an instance of type T.