Partial Generics for Collection Literals #8045
Answered
by
CyrusNajmabadi
TonyValenti
asked this question in
Language Ideas
-
Today I have to write code like this:
This sucks because if I want to add or reorder columns in my table, I also have to do that in the List<(???)> definition. It would be so much nicer if I could do this:
|
Beta Was this translation helpful? Give feedback.
Answered by
CyrusNajmabadi
Apr 9, 2024
Replies: 1 comment 4 replies
-
Would this shake out of natural types for collection literals? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both are in the bucket of things we're looking at in this space :)