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
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