🔬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..]usingscratchas temporary storage, and stores the result intov[..].