small_vector
small_vector copied to clipboard
Implement Ranges support
Support was added to std::vector in C++23. Support should be added to the following:
- Constructor
-
assign_range(new function) -
insert_range(new function) -
append_range(new function)