-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way to get rid of the val values = findValues boilerplate? #141
Comments
Hey, Thanks for the feedback :) I'm afraid I don't quite understand how extending |
Hey,
Does it work for you? |
Hmm, seems like I understood this wrong. I thought there could just be a default implementation in |
@bertderbecker Looks good to me. |
@i-am-the-slime ah yeah, unfortunately we can't put @bertderbecker that's a neat trick :) |
Hey there,
Nice library!
Wouldn't it be possible to eliminate the need for
val values = findValues
by simply extendingEnumEntry
?Why is this needed?
The text was updated successfully, but these errors were encountered: