Hacker News new | ask | show | jobs
by MichaelGG 3590 days ago
A tuple struct fills nearly zero of the real use cases for language level tuples. No pattern matching makes it sort of useless.
1 comments

What about returning multiple values from a function without declaring a dedicated type? That is pretty useful.