Skip to content

Add a sequence container in OAI

Mikel Irazabal requested to merge sequence_container into develop

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

Merge request reports