mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
ddd256a607
@ -72,8 +72,7 @@ The following non-fixed-size types exist:
|
|||||||
|
|
||||||
- ``<type>[]``: a variable-length array of elements of the given type.
|
- ``<type>[]``: a variable-length array of elements of the given type.
|
||||||
|
|
||||||
Types can be combined to a tuple by enclosing a finite non-negative number
|
Types can be combined to a tuple by enclosing them inside parentheses, separated by commas:
|
||||||
of them inside parentheses, separated by commas:
|
|
||||||
|
|
||||||
- ``(T1,T2,...,Tn)``: tuple consisting of the types ``T1``, ..., ``Tn``, ``n >= 0``
|
- ``(T1,T2,...,Tn)``: tuple consisting of the types ``T1``, ..., ``Tn``, ``n >= 0``
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user