This commit is contained in:
Araq
2014-07-01 00:13:07 +02:00
parent 4d5b7b7b2e
commit e5f2a8ade4

View File

@@ -1089,7 +1089,8 @@ types with no overhead and few abstraction possibilities. The constructor ``()``
can be used to construct tuples. The order of the fields in the constructor
must match the order of the tuple's definition. Different tuple-types are
*equivalent* if they specify the same fields of the same type in the same
order.
order. The *names* of the fields also have to be identical but this might
change in a future version of the language.
The assignment operator for tuples copies each component.
The default assignment operator for objects copies each component. Overloading