Replies: 1 comment 1 reply
-
The current way works better with parameter inference though, because you can call it with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It will be nice to change the current
rebind
parameters from[dest, src]
to[src, dest]
since its more intuitive that the other way around.The current signature is
rebind[dest_type, src_type](src_val)
Beta Was this translation helpful? Give feedback.
All reactions