Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 365 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 365 Bytes

A function alike to swap_remove, but drops the element in place instead of returning it.

In most CPU-predictable cases (benchmarks without black box) it is faster than swap_remove. But don't trust my personal benchmarks, run cargo bench on the code yourself!