Variadic Template args #21
Labels
enhancement
New feature or request
Request Input
These are issues about the design of the language, and thus should be discussed
So I don't really see the need for tuples as a language feature. SUS already has multi-output interfaces, which is a prime motivation for languages to include tuples.
However, for template arguments tuples are really handy. Could we instead provide variadic template types, such that we can pass multiple args together as one "template arg"?
The prime example is the FIFO, again.
The text was updated successfully, but these errors were encountered: