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)

Quick Navigation
Calling C# Methods, Ignoring Out Parameters
Discarding Unity C# Tuple elements
Do Unity C# Discards Make a Performance Difference?
What Are Unity C# Discards?
Discards are a C# 7.0 language feature that helps you making your programming intentions more explicit, clearer and simpler.
With discards, you'll help others understand the intentions …