to copy functions and parameters to the call site. • In normal functions its code is set in memory. Everytime it is tried to be invoked, parameters are added to the memory stack and then it is invoked. Kotlin Everywhere
time execution). Kotlin Everywhere • Increase resulting bytecode. • We should avoid them in large code logic. • TODOs (read about) : ◦ no inline ◦ crossinline ◦ refied • We should keep in mind of return statement.