Function mergeSortImpl

uint mergeSortImpl(alias compFun, T...) (
  T dataIn
);