Tag: crossinline

inline, noinline, crossinline, reified in kotlin with examples

When I was learning Kotlin, I was so confused about these terms like inline, noinline etc. I searched deeply to understand better and kept some notes. I wanted to share these notes with you, I hope these will be helpful to you! inline functions An inline function in Kotlin is a type of functio...