janelia-arduino / Vector

A sequence container similar to the C++ std::vector, but instead of allocating memory dynamically, this container points to an external, statically allocated c style array.
97Updated 2 years ago

Related projects

Alternatives and complementary repositories for Vector