Hi,

lets say i want to create a function that returns multiple values - e.g. Tuple!(string,string).

Why/when i should prefer Tuple as a return type over returning a struct (or even string[2] in this case)?

Thank you

Reply via email to