docs/abi-spec.rst: Note about zero-length fixed-size arrays

This commit is contained in:
Kamil Śliwak 2020-08-31 18:35:01 +02:00
parent 7b26c099b3
commit bc85439576

View File

@ -76,6 +76,9 @@ The following (fixed-size) array type exists:
- ``<type>[M]``: a fixed-length array of ``M`` elements, ``M >= 0``, of the given type.
.. note::
While this ABI specification can express fixed-length arrays with zero elements, they're not supported by the compiler.
The following non-fixed-size types exist:
- ``bytes``: dynamic sized byte sequence.