Probably a little bit broad question, but the official documentation doesn\'t even mentioning the arrow operator (or language construct, I don\'t know which phrase is more a
From the Kotlin docs:
-> separates the parameters and body of a lambda expression separates the parameters and return type declaration in a function type separates the condition and body of a when expression branch
->
separates the parameters and body of a lambda expression
separates the parameters and return type declaration in a function type
separates the condition and body of a when expression branch