Module rs_algo::sort::merge[][src]

Functions

sort

Sort the given vector with merge sort, the vector will be sorted

sort_with_time

Sort the given vector with merge sort and return the time duration it took