Can I make a custom operator with function as one of inputs? #231
Unanswered
DenisSvirin
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Not sure I understand, sorry - why can’t you just make a new function equal to the composition? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to create function like this: function_1(function_2, variable_1), so I can apply function_2 to variable_1 inside function_1?
Preferebly without drastic backend changes
Beta Was this translation helpful? Give feedback.
All reactions