I want to use ValueTuple or Tuple in Dictionary together and to be able to change content/variable. But it says
Cannot modify the return value of because it is not a variable
Actually, I want to be able to store data in dictionary without creating new class/struct and can change value content by a name(date, IsOk) like below.
This would make really easy to keeping date in a structured way without new types...