In Kotlin, functions are the first class citizens. In this series I'll be talking about some super cool features of Kotlin functions.
In the previous part of this series, we learned about Local functions in Kotlin. I this part, I’d like to talk about Infix functions. Infix notation makes function calls look super awesome.