Constructor: - [x] `inplace_vector(initializer_list)` - [x] `inplace_vector()` Function: - [ ] `void resize(size_type sz, const T& c);` We should also explicitly test for `bad_alloc` throwing tests.