-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat: Add intermediate List/Set decode #269
Conversation
What about Vector and Seq.apply |
I used many Vector in my codebase |
@mio-19 though you are not supposed to directly use |
What's the reason for that? I would like to know more about this. |
@mio-19 AFAIK it is because it's not the "best-complexity-overall" |
Allow intermerdiate decoding of
List[T]
andSet[T]
exprs, enabling compile-time support for allcollection
constraints and makingLength
more flexible.