Hello! Please advice me what IrExpression to use t...
# compiler
p
Hello! Please advice me what IrExpression to use to put lambda as value parameter to function. I tried IrFunctionExpressionImpl but got Unexpected IR element found during code generation.
s
Function expression sounds about right, but there's a lot of nuance in creating lambdas, so maybe you missing something else