mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Documentation.
This commit is contained in:
@@ -329,6 +329,9 @@ Contracts do not support any operators.
|
||||
The members of contract types are the external functions of the contract
|
||||
including public state variables.
|
||||
|
||||
For a contract ``C`` you can use ``type(C)`` to access
|
||||
:ref:`type information<meta-type>` about the contract.
|
||||
|
||||
.. index:: byte array, bytes32
|
||||
|
||||
Fixed-size byte arrays
|
||||
|
||||
Reference in New Issue
Block a user