Hi,
I’m newbe in Kotlin thus sorry if I’m asking for someting obvious. Just wondering whether it is possible to achieve something similar to Python dictionaries in Kotlin namely (pseudocode):
to is syntactically not an operator but an infix extension method on Any. So you can define your own alternatives to to as long as they are valid identifiers.