Variadic Value Generics #6894
-
Are Variadic Value Generics supported? And if so, what is the syntax? e.g. something like struct VVG<each T : int>
{
...
}
VVG<2,3,4> test = VVG<2,3,4>() |
Beta Was this translation helpful? Give feedback.
Answered by
jkwak-work
Apr 24, 2025
Replies: 3 comments 3 replies
-
I was wondering about this too yesterday. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Since we are tracking it on an issue, can we close this discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rrauwend
-
Closing as this is now tracked on #6903 |
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
Since we are tracking it on an issue, can we close this discussion?
We can continue more discussions there.