In this post, you'll increase your programming productivity by learning how to use the improved version of Unity C# Tuples that came along C# 7.0.

Have you ever felt uncomfortable when returning multiple values from a function?
There're just too many ways and programmers can't seem to settle on one.
Today I show you a sexy alternative: the improved Unity C# tuples.
Quick Navigation
How to Use C# Tuples Since C# 7.0
Unity C#: Tuple Deconstruction