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
Maintenance operation of our GitLab server is scheduled for Thursday, November 28 at noon. The server will be unavailable for about two hours.
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