Create an Alias for use in as a multi return type #2292
ChrisKader
started this conversation in
Ideas
Replies: 1 comment
-
Agree. The need for this was raised with regards to function params in #1772, but the same concept applies for return values IMO. I'd love it if there were a tuple type so that function params/returns could be reused. |
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
-
Currently if we have multiple functions that return the same multiple returns, we have to define those returns individually.
We are able to create aliases for table values.
It would be helpful if we could create an alias that would allow for us to have a single return type for functions that have the same multi return types.
Beta Was this translation helpful? Give feedback.
All reactions