--- a/docs/Writerside/topics/array_list.h.md Sat Jan 25 13:40:50 2025 +0100 +++ b/docs/Writerside/topics/array_list.h.md Sat Jan 25 13:44:24 2025 +0100 @@ -1,5 +1,9 @@ # Array List +<warning> +Outdated - Rewrite! +</warning> + Since low-level array lists are just plain arrays, there is no need for such many low-level functions as for linked lists. However, there is one extremely powerful function that can be used for several complex tasks: `cx_array_copy`.