How to pass an optional argument to another function that accepts an optional argument? #309
Unanswered
tom-sherman
asked this question in
Q&A
Replies: 2 comments 2 replies
-
not sure if there's a more elegant way, but this is one possibility:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
A helper function can do it, but unfortunately it does not generalize; you need a new helper for every function signature.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error:
How can I accept an optional param in
g
and pass it along tof
?Beta Was this translation helpful? Give feedback.
All reactions