▲ | jbreckmckye 5 days ago | |
I like the bang operator for propagating errors. Shame to lose multiple returns though | ||
▲ | alain_gilbert 5 days ago | parent | next [-] | |
That's why there is a "Tuple" expression that you can use instead, which allows you to easily return multiple values, and destructure them as well. | ||
▲ | Yoric 5 days ago | parent | prev [-] | |
Well, it seems to support tuples, which are more powerful. |