Reference prick_vec in prick_darr

This commit is contained in:
2026-01-22 18:37:30 +00:00
parent 514852b54a
commit 21ccbaa562

View File

@@ -19,6 +19,9 @@
area on the heap and copy over the data. Therefore, if you're expecting the
array to grow during the runtime of your program, you should ensure any
pointers to components of it are updated as they will otherwise be dangling.
You may want to consider prick_vec.h if you want to more explicit control of
the dynamic array, and would like a stable pointer to the container itself.
*/
#ifndef PRICK_DARR_H