Files
Jonathan Brouwer a705750d6e Rollup merge of #159272 - Rachit2323:fix-slice-swap-use-swap-unchecked, r=jhpratt
slice: make swap delegate to swap_unchecked

It had duplicate unsafe code that already existed in swap_unchecked. So I just made swap call swap_unchecked instead of copying the same logic twice.
2026-07-14 16:49:11 +02:00
..
2026-06-19 08:20:45 +10:00