mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 13:53:29 +00:00
We can use insert() with make_move_iterator() to perform the same behavior, minus unnecessary copies. While we're at it, we can collapse the code within the Area case, since it's the exact same as the Mesh code.