Hi,
I see you also provide derived types such as StaticHeap and StaticString. What would you think about adding a StaticVecDeque type mimicking the standard VecDeque? It would be super useful although it cannot be directly implemented from StaticVec since some elements on the front of the vec might be uninitialized...
Hi,
I see you also provide derived types such as
StaticHeapandStaticString. What would you think about adding aStaticVecDequetype mimicking the standardVecDeque? It would be super useful although it cannot be directly implemented fromStaticVecsince some elements on the front of the vec might be uninitialized...