Add a sequence container in OAI
This MR adds a sequence container that expands and shrinks to OAI. There is an example of usage in the file test_seq_array.c. Elements can be push_backed, erased and found. It follows the C++ std::vector API
GitLab maintenance scheduled for Thursday, January 29, 2026, at 12:00 PM.
This MR adds a sequence container that expands and shrinks to OAI. There is an example of usage in the file test_seq_array.c. Elements can be push_backed, erased and found. It follows the C++ std::vector API