mergeSortedMaps

fun <T> Map<Int, T>.mergeSortedMaps(newMap: Map<Int, T>): Map<Int, T>