mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update documentation.
This commit is contained in:
parent
d936eebe50
commit
6f383e1626
@ -297,9 +297,9 @@ These can then either be assigned to newly declared variables or to pre-existing
|
|||||||
}
|
}
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Prior to version 0.4.24 it was possible to assign to tuples of smaller size, either
|
Prior to version 0.5.0 it was possible to assign to tuples of smaller size, either
|
||||||
filling up on the left or on the right side (which ever was empty). This is
|
filling up on the left or on the right side (which ever was empty). This is
|
||||||
now deprecated, both sides have to have the same number of components.
|
now disallowed, so both sides have to have the same number of components.
|
||||||
|
|
||||||
Complications for Arrays and Structs
|
Complications for Arrays and Structs
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user