module documentation
        
        Provides bottom-up iterative merge-sort implementation as merge_sort function and merge utility function.
| Function | merge | 
    Merge src[start:start+inc] and src[start+inc:start+2*inc] into result. | 
| Function | merge | 
    Sort the elements of Python list S using the merge-sort algorithm. |