LeoColman
hashTwo = hashOne.map { (k, v ) -> k!! to v}
rax
hashTwo = hashOne.mapKeys { it.key!! }
A modern programming language that makes developers happier.