what part are you stuck on specifically?
# getting-started
s
what part are you stuck on specifically?
c
Lets start with creating a
Map<String,Function<String,String>
Copy code
val CMDS:Map<String,Function>
Kotlin function takes a single params... that confuses me right away. What's the kotlin analog to
Function<I,R>