Documentation for immutables.

This commit is contained in:
chriseth
2020-04-01 11:37:11 +02:00
parent 3f26f7fb7e
commit 9c4a02db0f
3 changed files with 62 additions and 18 deletions
+6
View File
@@ -124,6 +124,12 @@ Accessing an array past its end causes a failing assertion. Methods ``.push()``
to append a new element at the end of the array, where ``.push()`` appends a zero-initialized element and returns
a reference to it.
.. index:: ! string, ! bytes
.. _strings:
.. _bytes:
``bytes`` and ``strings`` as Arrays
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^