Comment on First C# 7 Design Meeting NotesparentComments−MichaelGG11yAlso, the type is simpler to represent. Instead of Tuple<int, string> you just have something like (Int, String).
Comments
Also, the type is simpler to represent. Instead of Tuple<int, string> you just have something like (Int, String).