🔬This is a nightly-only experimental API. (
slice_internals
)Expand description
This module contains logic for performing a merge of two sorted sub-slices.
Structs§
- Merge
State 🔒Experimental
Functions§
- merge
Experimental - Merges non-decreasing runs
v[..mid]
andv[mid..]
usingscratch
as temporary storage, and stores the result intov[..]
.