mirror of
https://github.com/nushell/nushell.git
synced 2025-08-04 05:30:58 +02:00
# Description Replaces the `Vec::remove` in `Record::retain_mut` with some swaps which should eliminate the `O(n^2)` complexity due to repeated shifting of elements.