docs/src/features.md

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

mercurial