Replies: 1 comment
-
@Ryu0118 Thanks for the discussion. It's come up a few times :) We decided to implement via #158, which should hopefully be released soon. Let us know if you have any comments! |
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
-
Hi,
I would like to suggest an enhancement for enums conforming to CasePathable by providing a means to obtain a CaseKeyPath from an instance. Currently, to determine if two instances of CasePathable are the same case, we need to write code like the following:
Writing this code repeatedly is quite cumbersome. Therefore, I propose that the caseKeyPath should be generated by the CasePathable macro, to simplify the process and improve developer experience.
Beta Was this translation helpful? Give feedback.
All reactions