Where can I find your std::vector functions?
I know you recently made some vector functions for easy search/add/remove/sort of items. I want to stop using juce::Array as well. Where can I find your vector functions?
\rapt\Data\StandardContainerTools.h
...actually, they have been there all the time (with minor recent additions)
you forgot to include appending vector to another vector
see: https://stackoverflow.com/questions/2551775/appending-a-vector-to-a-vector
ok, i added another rsAppend for this. it was indeed a bit tricky to consider the special case when appending a vector to itself. this list of convenience functions is not supposed to be complete. i only add them on a need-to basis