Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move removeIndex's result instead of copying (#1516)
Currently removeIndex copies the removed value into removed and then destructs the original, which can cause significant performance overhead. Co-authored-by: Jordan Bayles <[email protected]>
- Loading branch information