this functionality. It's just that the syntax for auto doesn't fit the OP'stastes. - Jonathan M Davis
As in Go this would potentially allow tuple assignments in a way that auto does not.
x, string y := awesomeFunction();
this functionality. It's just that the syntax for auto doesn't fit the OP'stastes. - Jonathan M Davis
As in Go this would potentially allow tuple assignments in a way that auto does not.
x, string y := awesomeFunction();