docs/src/features.md

changeset 831
7970eac1c598
parent 819
5da2ead43077
child 834
04c53b3c8378
     1.1 --- a/docs/src/features.md	Sun Feb 18 12:24:04 2024 +0100
     1.2 +++ b/docs/src/features.md	Sun Feb 18 13:01:09 2024 +0100
     1.3 @@ -318,6 +318,8 @@
     1.4  
     1.5  If you just want to add one single element to an existing array, you can use the macro `cx_array_add()`.
     1.6  In that case, since the element is added to the end of the array, the `capacity` argument is mandatory.
     1.7 +You can use `cx_array_declare()` to declare the necessary fields within a structure and then use the
     1.8 +`cx_array_simple_*()` convenience macros to reduce code overhead.
     1.9  
    1.10  ## Map
    1.11  

mercurial