Skip to content

Instantly share code, notes, and snippets.

@ufcpp
Last active August 29, 2015 14:17
Show Gist options
  • Save ufcpp/45bb2af34657f898b905 to your computer and use it in GitHub Desktop.
Save ufcpp/45bb2af34657f898b905 to your computer and use it in GitHub Desktop.
tuple deconstruction to right-hand-side
Tally(myValues) ~> (var sum, var count); // strawman right side alternative
Console.WriteLine($"Sum: {sum}, count: {count}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment