mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-04 15:19:37 +00:00
We can make use of the result of a find() call to avoid performing two redundant lookups into the command map and also use std::move to avoid performing potentially reallocating copies.