[QUESTION] Using Expr.Function with function type arguments #859
Answered
by
antonmedv
talvez-euovictor
asked this question in
Q&A
-
|
Hi @antonmedv! I'm trying to port some of the functions provided by the lo package to have more capabilities of collection types manipulation. But I'm having a hard time trying to represent the function argument as an expression. It compiles but throws a runtime error. Expr version: v1.17.5 Example of the Expr function: Expression examples: |
Beta Was this translation helpful? Give feedback.
Answered by
antonmedv
Nov 7, 2025
Replies: 1 comment
-
|
This |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This
{#.key,#.value}is not a function. This is a predicate. Only afavialable only inside map/function and other builtins. It's not avialble for custom functions.