addElementsInPosition

fun <T> Map<Int, T>.addElementsInPosition(elements: Iterable<T>, position: Int): Map<Int, T>