mergesort

Function mergesort 

Source
pub fn mergesort(data: &mut [i64])
Expand description

MergeSort algorithm