|
|
|
|
|
by int_19h
3590 days ago
|
|
It's a very big step in a language with nominal typing. Tuples with named fields are compatible (even across assemblies, if I remember correctly) so long as order, names and types match. Structs are not compatible in that manner. |
|