Unity C# Discards: Make It Crystal Clear (C# 7.0)
In this post, I'll show you how you can make your code more explicit and simpler by using the Unity C# Discards feature (C# 7.0)
In this post, I'll show you how you can make your code more explicit and simpler by using the Unity C# Discards feature (C# 7.0)
Increase your programming productivity by learning how to use the improved version of Unity C# Tuples that came along C# 7.0.
How do you return multiple values from your functions? If you're using Unity C# Out Parameters, see how much they improved in C# 7.0 here.