Iterate over functions in tar_map()
without metaprogramming
#650
Closed
alexpghayes
started this conversation in
General
Replies: 1 comment
-
The job of |
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
-
This is more of a design question than anything else, but I am wondering about the need for metaprogramming in
tar_map()
. For example, consider this example from Chapter 12 of the docs.Is there some reason why this is preferable to
Beta Was this translation helpful? Give feedback.
All reactions