You'd lose a lot type safety and you could only ap...
# getting-started
s
You'd lose a lot type safety and you could only apply when the args were the same type, so image if your mutablemap was <string,int> you'd need to apply listOf<Any> ... and then it would have to be length 2 sp it unravels quickly