mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-10-14 00:25:57 -05:00

If the data is unconditionally being appended to the back of a std::vector, we can just directly insert it there without the need to insert all of the elements one-by-one with a std::back_inserter.