https://cppreference.net/cpp/container/inplace_vector.html It got added in C++26. Would probably be easy to implement since it can be (de)serialized the same as `std::vector`
https://cppreference.net/cpp/container/inplace_vector.html
It got added in C++26. Would probably be easy to implement since it can be (de)serialized the same as
std::vector