Lean dynamic Array, Queue and Stack for embedded C++.
Minimal, allocation-frugal Array<T>/Queue<T>/Stack<T> for microcontrollers. Designed for trivially-copyable element types (primitives, PODs, raw pointers) — enforced at compile time. Non-copyable, header-only, no dependencies. Note: pointer elements are stored non-owning (the container never deletes pointees), and the non-const operator[] grows the array on out-of-range write by design.
| Filename | Release Date | File Size |
|---|---|---|
| LionArray-1.0.2.zip | 2026-06-29 | 10.91 KiB |
| LionArray-1.0.1.zip | 2026-06-29 | 10.71 KiB |
| LionArray-1.0.0.zip | 2026-06-28 | 10.42 KiB |