This function is a terrible idea btw: ```val list ...
# announcements
k
This function is a terrible idea btw:
Copy code
val list = mutableListOf(1, 2, 3)
list.mapInPlace(Int::toString)
val minusOne = -list[0] //runtime error