Module merge

Source
🔬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§

MergeState 🔒 Experimental

Functions§

mergeExperimental
Merges non-decreasing runs v[..mid] and v[mid..] using scratch as temporary storage, and stores the result into v[..].