On Thu, Apr 19, 2018 at 2:51 PM Louki Sumirniy <
[email protected]> wrote:

> Sorry for the self-promotion but it was relevant in that I was working on
how to tidy up the readability of my code and needed multiple returns and
simple untyped tuples were really not nearly as convenient as using a type
struct.

I have no idea what you mean by 'untyped tuples' because Go does not have
tuples, or at least not as a well defined thing. I can only guess if you're
trying to implement tuples in Go with an array, slice or a struct, ...? To
add to my confusion, Go functions can have as many return values as one
wishes just fine, ie. I obviously do not even understand what problem
you're trying to solve. Sorry.


-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to