addElementInPosition

fun <T> Map<Int, T>.addElementInPosition(element: T, position: Int): Map<Int, T>