Module merge
This module contains logic for performing a merge of two sorted sub-slices.
Structs
Functions
-
merge
Merges non-decreasing runs
v[..mid]andv[mid..]usingscratchas temporary storage, and stores the result intov[..].