Kotlin inline functions
This is a post in the "Kotlin, the essence of Java" series. Please read the Kotlin essentials if you're new to Kotlin. A very simple but effective Kotlin construct is the 'inline function', a one-liner that actually is one line. Adding a function The