Introduction Kotlin is a language that adds many fresh features to allow the writing of cleaner, easier-to-read code. This, in turn, makes our code significantly easier to maintain and allows for a better end result from our development. Infix notation is one of such features. What Is an Infix Notation? …