removeElementInPosition

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